Commit: c86f8cfad1b661e10a77230642b6cf8e11c2781d Author: Stanislav Malyshev <[email protected]> Fri, 10 Jan 2014 09:28:12 -0800 Parents: c2187f0e373f1cd7ce48602b66b3b73e5aaf94b2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c86f8cfad1b661e10a77230642b6cf8e11c2781d Log: 5.4.24 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-01-10-2.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 645d718..c0807fb 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -82,6 +82,57 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? </ul> <!-- }}} --></section> +<section class="version" id="5.4.24"><!-- {{{ 5.4.24 --> +<h3>Version 5.4.24</h3> +<b>09-Jan-2014</b> +<ul><li>Core: +<ul> + <li>Added validation of class names in the autoload process.</li> + <li>Fixed invalid C code in zend_strtod.c.</li> + <li><?php bugfix(61645); ?> (fopen and O_NONBLOCK).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(66060); ?> (Heap buffer over-read in DateInterval).</li> + <li><?php bugfix(63391); ?> (Incorrect/inconsistent day of week prior to the year 1600).</li> + <li><?php bugfix(61599); ?> (Wrong Day of Week).</li> +</ul></li> +<li>DOM: +<ul> + <li><?php bugfix(65196); ?> (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup).</li> +</ul></li> +<li>Exif: +<ul> + <li><?php bugfix(65873); ?> (Integer overflow in exif_read_data()).</li> +</ul></li> +<li>Filter: +<ul> + <li><?php bugfix(66229); ?> (128.0.0.0/16 isn't reserved any longer).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(64405); ?> (Use freetype-config for determining freetype2 dir(s)).</li> +</ul></li> +<li>PDO_odbc: +<ul> + <li><?php bugfix(66311); ?> (Stack smashing protection kills PDO/ODBC queries).</li> +</ul></li> +<li>SNMP: +<ul> + <li>Fixed SNMP_ERR_TOOBIG handling for bulk walk operations.</li> +</ul></li> +<li>XSL: +<ul> + <li><?php bugfix(49634); ?> (Segfault throwing an exception in a XSL registered function).</li> +</ul></li> +<li>ZIP: +<ul> + <li>Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + <section class="version" id="5.5.7"><!-- {{{ 5.5.7 --> <h3>Version 5.5.7</h3> <b>12-Dec-2013</b> diff --git a/archive/archive.xml b/archive/archive.xml index 98ba196..ad4b441 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/2014-01-10-2.xml"/> <xi:include href="entries/2014-01-10-1.xml"/> <xi:include href="entries/2013-12-30-1.xml"/> <xi:include href="entries/2013-12-12-3.xml"/> diff --git a/archive/entries/2014-01-10-2.xml b/archive/entries/2014-01-10-2.xml new file mode 100644 index 0000000..1b5e222 --- /dev/null +++ b/archive/entries/2014-01-10-2.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.24 Released!</title> + <id>http://php.net/archive/2014.php#id2014-01-10-2</id> + <published>2014-01-10T09:22:38-08:00</published> + <updated>2014-01-10T09:22:38-08:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2014-01-10-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-01-10-2" rel="via" type="text/html"/> + <content type="html"> + <p>The PHP development team announces the immediate availability of PHP + 5.4.24. About 14 bugs were fixed. All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.24 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.24">ChangeLog</a>. +</content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index b1a5271..6ff286e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -301,6 +301,37 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.23' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_23.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.23.tar.bz2', + 'name' => 'PHP 5.4.23 (tar.bz2)', + 'md5' => '023857598b92ea5c78137543817f4bc5', + 'date' => '12 Dec 2013', + ), + 1 => + array ( + 'filename' => 'php-5.4.23.tar.gz', + 'name' => 'PHP 5.4.23 (tar.gz)', + 'md5' => '5f75398b736548c7355fea199ea5c987', + 'date' => '12 Dec 2013', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.22 binaries and source', + ), + ), + 'date' => '12 Dec 2013', + 'museum' => false, + ), '5.4.22' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index f191174..fdc6f22 100644 --- a/include/version.inc +++ b/include/version.inc @@ -25,14 +25,14 @@ $PHP_5_5_MD5 = array( "tar.gz" => "1ed2b0193ecaca8b980a9b6a90357f1c", ); /* PHP 5.4 Release */ -$PHP_5_4_RC = '5.4.24RC1'; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_4_RC_DATE = '27 Dec 2013'; +$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_4_RC_DATE = '9 Jan 2014'; -$PHP_5_4_VERSION = "5.4.23"; -$PHP_5_4_DATE = "12 Dec 2013"; +$PHP_5_4_VERSION = "5.4.24"; +$PHP_5_4_DATE = "9 Jan 2014"; $PHP_5_4_MD5 = array( - "tar.bz2" => "023857598b92ea5c78137543817f4bc5", - "tar.gz" => "5f75398b736548c7355fea199ea5c987", + "tar.bz2" => "acef880cc808b85e216897ee88187ee1", + "tar.gz" => "5f91782611a4bd665a3df162b43237c2", ); /* PHP 5.3 Release */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
