Commit: 4dcc7d19589ea26882dd47b5f7161840356d7833 Author: Julien Pauli <[email protected]> Thu, 19 Sep 2013 15:24:42 +0200 Parents: e77e0f9d6a9f2fbfca3292167d0305d15e1771d3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4dcc7d19589ea26882dd47b5f7161840356d7833 Log: PHP 5.5.4 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2013-09-19-1.xml M include/releases.inc M include/version.inc A releases/5_5_4.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 4e8f942..ef6eaf9 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -11,6 +11,51 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <h1>PHP 5 ChangeLog</h1> +<a name="5.5.4"></a><!-- {{{ 5.5.4 --> +<h3>Version 5.5.4</h3> +<b>19-Sep-2013</b> +<ul><li>Core: +<ul> + <li><?php bugfix(60598); ?> (cli/apache sapi segfault on objects manipulation). (Laruence).</li> + <li>Improved fputcsv() to allow specifying escape character.</li> + <li><?php bugfix(65483); ?> (quoted-printable encode stream filter incorrectly encoding spaces). (Michael M Slusarz)</li> + <li><?php bugfix(65470); ?> (Segmentation fault in zend_error() with --enable-dtrace). (Chris Jones, Kris Van Hees)</li> + <li><?php bugfix(65490); ?> (Duplicate calls to get lineno & filename for DTRACE_FUNCTION_*). (Chris Jones)</li> + <li><?php bugfix(65225); ?> (PHP_BINARY incorrectly set). (Patrick Allaert)</li> + <li><?php bugfix(62692); ?> (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees)</li> + <li><?php bugfix(61759); ?> (class_alias() should accept classes with leading backslashes). (Julien)</li> + <li><?php bugfix(46311); ?> (Pointer aliasing issue results in miscompile on gcc4.4). (Nikita Popov)</li> +</ul></li> +<ul><li>cURL: +<ul> + <li><?php bugfix(65458); ?> (curl memory leak). (Adam)</li> +</ul></li> +<ul><li>Datetime: +<ul> + <li><?php bugfix(65554); ?> (createFromFormat broken when weekday name is followed by some delimiters). (Valentin Logvinskiy, Stas).</li> + <li><?php bugfix(65564); ?> (stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer). (Remi).</li> +</ul></li> +<ul><li>OPCache: +<ul> + <li><?php bugfix(65561); ?> (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4). (Terry Ellison)</li> +</ul></li> +<ul><li>Openssl: +<ul> + <li><?php bugfix(64802); ?> (openssl_x509_parse fails to parse subject properly in some cases). (Mark Jones).</li> +</ul></li> +<ul><li>Session: +<ul> + <li><?php bugfix(65475); ?> (Session ID is not initialized properly when strict session is enabled). (Yasuo).</li> + <li><?php bugfix(51127);bugfix(65359); ?> Request #25630/#43980/#54383 (Added php_serialize session serialize handler that uses plain serialize()). (Yasuo) +.</li> +</ul></li> +<ul><li>Standard: +<ul> + <li> Fix issue with return types of password API helper functions. Found via static analysis by cjones. (Anthony Ferrara) </li> +</ul></li> +</ul> +<!-- }}} --> + <a name="5.5.3"></a><!-- {{{ 5.5.3 --> <h3>Version 5.5.3</h3> <b>22-Aug-2013</b> diff --git a/archive/archive.xml b/archive/archive.xml index d7e9a03..7dcba71 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2013-09-19-1.xml"/> <xi:include href="entries/2013-09-05-1.xml"/> <xi:include href="entries/2013-09-01-1.xml"/> <xi:include href="entries/2013-08-31-1.xml"/> diff --git a/archive/entries/2013-09-19-1.xml b/archive/entries/2013-09-19-1.xml new file mode 100644 index 0000000..3f30649 --- /dev/null +++ b/archive/entries/2013-09-19-1.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.4 released</title> + <id>http://php.net/archive/2013.php#id2013-09-19-1</id> + <published>2013-09-19T13:08:02+00:00</published> + <updated>2013-09-19T13:08: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-09-19-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2013.php#id2013-09-19-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP 5.5.4. This release fixes several bugs against + PHP 5.5.3. All PHP users are encouraged to upgrade to this new version.</p> + + <p>For source downloads of PHP 5.5.4 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.5.4">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 4d98b5d..1cb906f 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,44 @@ $OLDRELEASES = array ( 5 => array ( + '5.5.3' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_3.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.3.tar.bz2', + 'name' => 'PHP 5.5.3 (tar.bz2)', + 'md5' => '886b08ee6865d654911a6bb02ae98ee8', + 'date' => '22 Aug 2013', + ), + 1 => + array ( + 'filename' => 'php-5.5.3.tar.gz', + 'name' => 'PHP 5.5.3 (tar.gz)', + 'md5' => 'a5dfdd41ccf539942db966310f7429da', + 'date' => '22 Aug 2013', + ), + 2 => + array ( + 'filename' => 'php-5.5.3.tar.xz', + 'name' => 'PHP 5.5.3 (tar.xz)', + 'md5' => '437e98144ef014dfab0922a9eed36853', + 'date' => '22 Aug 2013', + ), + 3 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.5', + 'name' => 'Windows 5.5.3 binaries and source', + ), + ), + 'date' => '22 Aug 2013', + 'museum' => false, + ), '5.5.2' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index ed3d099..bfea627 100644 --- a/include/version.inc +++ b/include/version.inc @@ -15,15 +15,15 @@ * ), * );6 Dec /* PHP 5.5 Release */ -$PHP_5_5_RC = '5.5.4RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_5_RC_DATE = '05 Sep 2013'; -$PHP_5_5_VERSION = "5.5.3"; -$PHP_5_5_DATE = "22 Aug 2013"; +$PHP_5_5_VERSION = "5.5.4"; +$PHP_5_5_DATE = "19 Sep 2013"; $PHP_5_5_MD5 = array( - "tar.bz2" => "886b08ee6865d654911a6bb02ae98ee8", - "tar.gz" => "a5dfdd41ccf539942db966310f7429da", - "tar.xz" => "437e98144ef014dfab0922a9eed36853", + "tar.bz2" => "456f2eb1ee36f2a277bd4cc778e720eb", + "tar.gz" => "bf842770ac64a47ff599f463e6cf1334", + "tar.xz" => "32c1dc56701d21def91a39a312392b54", ); /* PHP 5.4 Release */ $PHP_5_4_RC = '5.4.20RC1'; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_5_4.php b/releases/5_5_4.php new file mode 100644 index 0000000..bb6fcd8 --- /dev/null +++ b/releases/5_5_4.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_4.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.4 Release Announcement"); +?> + +<h1>PHP 5.5.4 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 5.5.4. +This release fixes several bugs against PHP 5.5.3.</p> + +<p>All PHP users are encouraged to upgrade to this release.</p> + +<p>For source downloads of PHP 5.5.4 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.5.4">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
