Skip to content

Commit

Permalink
5.4.13 and 5.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Mar 18, 2013
1 parent f8d292a commit dbfa549
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 0 deletions.
75 changes: 75 additions & 0 deletions ChangeLog-5.php
Expand Up @@ -10,6 +10,81 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php?
?>

<h1>PHP 5 ChangeLog</h1>
<a name="5.4.13"></a><!-- {{{ 5.4.13 -->
<h3>Version 5.4.13</h3>
<b>14-March-2013</b>
<ul>
<li>Core:</li>
<ul>
<li><?php bugfix(64235); ?> (Insteadof not work for class method in 5.4.11).</li>
<li>Implemented FR <?php bugl(64175); ?> (Added HTTP codes as of RFC 6585).</li>
<li><?php bugfix(64142); ?> (dval to lval different behavior on ppc64). </li>
<li><?php bugfix(64070); ?> (Inheritance with Traits failed with error).</li>
</ul>
<li>CLI server:</li>
<ul>
<li><?php bugfix(64128); ?> (buit-in web server is broken on ppc64).</li>
</ul>
<li>Mbstring:</li>
<li>mb_split() can now handle empty matches like preg_split() does.</li>
</ul>
<li>OpenSSL:</li>
<ul>
<li><?php bugfix(61930); ?> (openssl corrupts ssl key resource when using
openssl_get_publickey()). </li>
</ul>
<li>PDO_mysql:</li>
<ul>
<li><?php bugfix(60840); ?> (undefined symbol: mysqlnd_debug_std_no_trace_funcs).</li>
</ul>
<li>Phar:</li>
<ul>
<li>Fixed timestamp update on Phar contents modification.</li>
</ul>
<li>SOAP</li>
<ul>
<li>Added check that soap.wsdl_cache_dir conforms to open_basedir
(CVE-2013-1635). </li>
<li>Disabled external entities loading (CVE-2013-1643).</li>
</ul>
<li>SPL:</li>
<ul>
<li><?php bugfix(64264); ?> (SPLFixedArray toArray problem). </li>
<li><?php bugfix(64228); ?> (RecursiveDirectoryIterator always assumes SKIP_DOTS).</li>
<li><?php bugfix(64106); ?> (Segfault on SplFixedArray[][x] = y when extended). </li>
<li><?php bugfix(52861); ?> (unset fails with ArrayObject and deep arrays).</li>
</ul>
<li>SNMP:</li>
<ul>
<li><?php bugfix(64124); ?> (IPv6 malformed).</li>
</ul>
</ul>
<!-- }}} -->

<a name="5.3.23"></a><!-- {{{ 5.3.23 -->
<h3>Version 5.3.23</h3>
<b>14-March-2013</b>
<ul>
<li>Phar:</li>
<ul>
<li>Fixed timestamp update on Phar contents modification.</li>
</ul>
<li>SOAP</li>
<ul>
<li>Added check that soap.wsdl_cache_dir conforms to open_basedir
(CVE-2013-1635). </li>
<li>Disabled external entities loading (CVE-2013-1643).</li>
</ul>
<li>SPL:</li>
<ul>
<li><?php bugfix(64264); ?> (SPLFixedArray toArray problem). </li>
<li><?php bugfix(64228); ?> (RecursiveDirectoryIterator always assumes SKIP_DOTS).</li>
<li><?php bugfix(64106); ?> (Segfault on SplFixedArray[][x] = y when extended). </li>
<li><?php bugfix(52861); ?> (unset fails with ArrayObject and deep arrays).</li>
</ul>
</ul>
<!-- }}} -->

<a name="5.4.12"></a><!-- {{{ 5.4.12 -->
<h3>Version 5.4.12</h3>
<b>21-February-2013</b>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Expand Up @@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2013-03-14-1.xml"/>
<xi:include href="entries/2013-03-07-1.xml"/>
<xi:include href="entries/2013-02-24-1.xml"/>
<xi:include href="entries/2013-02-21-1.xml"/>
Expand Down
23 changes: 23 additions & 0 deletions archive/entries/2013-03-14-1.xml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 5.4.13 and PHP 5.3.23 released!</title>
<id>http://php.net/archive/2013.php#id2013-03-14-1</id>
<published>2013-03-14T20:38:02+00:00</published>
<updated>2013-03-14T20:38:02+00:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<link href="http://php.net/index.php#id2013-03-14-1" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2013.php#id2013-03-14-1" rel="via" type="text/html"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<div>
<div>
<p>The PHP development team announces the immediate availability of PHP 5.4.13 and PHP 5.3.23. These releases fix about 15 bugs, including fixes for CVE-2013-1643 and CVE-2013-1635. All users of PHP are encouraged to upgrade to PHP 5.4.13.</p>

<p>For source downloads of PHP 5.4.13 and PHP 5.3.23 please visit our <a href="/downloads.php">downloads page</a>, Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
<p>The list of changes are recorded in the <a href="/ChangeLog-5.php">ChangeLog</a>.</p>
</div>
</div>
</div>
</content>
</entry>
17 changes: 17 additions & 0 deletions releases/5_3_23.php
@@ -0,0 +1,17 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/5_3_23.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.3.23 Release Announcement");
?>

<h1>PHP 5.3.23 Release Announcement</h1>

<p>The PHP development team announces the immediate availability of PHP 5.3.23. About 7 bugs were fixed, including fixes for CVE-2013-1643 and CVE-2013-1635. All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.23 is recommended for those wishing to remain on the 5.3 series.</p>

<p>For source downloads of PHP 5.3.23 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.3.23">ChangeLog</a>.
</p>

<?php site_footer(); ?>
19 changes: 19 additions & 0 deletions releases/5_4_13.php
@@ -0,0 +1,19 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/5_4_13.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.4.13 Release Announcement");
?>

<h1>PHP 5.4.13 Release Announcement</h1>

<p>The PHP development team would like to announce the immediate
availability of PHP 5.4.13. About 15 bugs were fixed, including fixes for CVE-2013-1643 and CVE-2013-1635. All
users of PHP are encouraged to upgrade to this release.</p>

<p>For source downloads of PHP 5.4.13 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.13">ChangeLog</a>.
</p>

<?php site_footer(); ?>

0 comments on commit dbfa549

Please sign in to comment.