Commit: f2d431d5f39a684dffb954b4333b177435cd88b4 Author: Stanislav Malyshev <[email protected]> Thu, 6 Mar 2014 21:18:16 -0800 Parents: 84a9428eb3749d11eabd46c7131b1d6d6bec7563 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f2d431d5f39a684dffb954b4333b177435cd88b4 Log: 5.4.26 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-03-07-1.xml M include/releases.inc M include/version.inc A releases/5_4_26.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 460389d..a28df9e 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -55,6 +55,33 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? </ul> <!-- }}} --></section> +<section class="version" id="5.4.26"><!-- {{{ 5.4.26 --> +<h3>Version 5.4.26</h3> +<b>06-Mar-2014</b> +<ul><li>JSON: +<ul> + <li><?php bugfix(65753); ?> (JsonSerializeable couldn't implement on module extension)</li> +</ul></li> +<li>Fileinfo: +<ul> + <li><?php bugfix(66731); ?> (file: infinite recursion) (CVE-2014-1943).</li> + <li><?php bugfix(66820); ?> (out-of-bounds memory access in fileinfo)</li> +</ul></li> +<li>LDAP: +<ul> + <li>Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).</li> +</ul></li> +<li>Openssl: +<ul> + <li><?php bugfix(66501); ?> (Add EC key support to php_openssl_is_private_key).</li> +</ul></li> +<li>Pgsql: +<ul> + <li>Added warning for dangerous client encoding and remove possible injections for pg_insert()/pg_update()/pg_delete()/pg_select().</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.9"><!-- {{{ 5.5.9 --> <h3>Version 5.5.9</h3> <b>6-Feb-2014</b> diff --git a/archive/archive.xml b/archive/archive.xml index 8b354a3..7d34cde 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-03-07-1.xml"/> <xi:include href="entries/2014-03-06-2.xml"/> <xi:include href="entries/2014-03-06-1.xml"/> <xi:include href="entries/2014-02-13-1.xml"/> diff --git a/archive/entries/2014-03-07-1.xml b/archive/entries/2014-03-07-1.xml new file mode 100644 index 0000000..45f4898 --- /dev/null +++ b/archive/entries/2014-03-07-1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.26 Released</title> + <id>http://php.net/archive/2014.php#id2014-03-07-1</id> + <published>2014-03-07T07:16:31+02:00</published> + <updated>2014-03-07T07:16:31+02: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-03-07-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-03-07-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.4.26. 5 bugs were fixed in this release, including CVE-2014-1943. + All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.26 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.26">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index e188a5a..862e4f2 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -360,6 +360,37 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_25.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.25.tar.bz2', + 'name' => 'PHP 5.4.25 (tar.bz2)', + 'md5' => '5dca494468e77528e145f8d3f07b389e', + 'date' => '6 Feb 2014', + ), + 1 => + array ( + 'filename' => 'php-5.4.25.tar.gz', + 'name' => 'PHP 5.4.25 (tar.gz)', + 'md5' => '5fa2bd02d639154471602b286e223015', + 'date' => '6 Feb 2014', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.25 binaries and source', + ), + ), + 'date' => '6 Feb 2014', + 'museum' => false, + ), '5.4.24' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 9525184..fd5247e 100644 --- a/include/version.inc +++ b/include/version.inc @@ -26,14 +26,14 @@ $PHP_5_5_MD5 = array( "tar.xz" => "ff7ac75abd986f591fd6fc8e997be33e", ); /* PHP 5.4 Release */ -$PHP_5_4_RC = '5.4.26RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_4_RC_DATE = '20 Feb 2014'; -$PHP_5_4_VERSION = "5.4.25"; -$PHP_5_4_DATE = "6 Feb 2014"; +$PHP_5_4_VERSION = "5.4.26"; +$PHP_5_4_DATE = "6 Mar 2014"; $PHP_5_4_MD5 = array( - "tar.bz2" => "5dca494468e77528e145f8d3f07b389e", - "tar.gz" => "5fa2bd02d639154471602b286e223015", + "tar.bz2" => "979e17b5492ce9c65a3c37f22c7c9655", + "tar.gz" => "7e5f6254d1bac06efc225259a1e38a27", ); /* PHP 5.3 Release */ diff --git a/releases/5_4_26.php b/releases/5_4_26.php new file mode 100644 index 0000000..527814b --- /dev/null +++ b/releases/5_4_26.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_26.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.26 Release Announcement"); +?> + +<h1>PHP 5.4.26 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.26. 5 bugs were fixed in this release, including CVE-2014-1943. +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.26 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.26">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
