Commit: 07d9c8c5315e8be9f896d40aaca2415200a90718 Author: Stanislav Malyshev <[email protected]> Thu, 9 Jul 2015 21:18:33 -0700 Parents: b52a0ebbd538035c722c86e5398fa3a1acbca547 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=07d9c8c5315e8be9f896d40aaca2415200a90718 Log: 5.4.43 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2015-07-09-1.xml M include/releases.inc M include/version.inc A releases/5_4_43.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index f050815..fe49b09 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -8,6 +8,26 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.4.43"><!-- {{{ 5.4.43 --> +<h3>Version 5.4.43</h3> +<b>09-Jul-2015</b> +<ul><li>Core: +<ul> + <li><?php bugfix(69768); ?> (escapeshell*() doesn't cater to !).</li> + <li><?php bugfix(69874); ?> (Can't set empty additional_headers for mail()), regression from fix to bug <?php bugl(68776); ?>.</li> +</ul></li> +<li>Mysqlnd: +<ul> + <li><?php bugfix(69669); ?> (mysqlnd is vulnerable to BACKRONYM) (CVE-2015-3152).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(69958); ?> (Segfault in Phar::convertToData on invalid file).</li> + <li><?php bugfix(69923); ?> (Buffer overflow and stack smashing error in phar_fix_filepath).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.10"><!-- {{{ 5.6.10 --> <h3>Version 5.6.10</h3> <?php release_date('11-Jun-2015'); ?> diff --git a/archive/archive.xml b/archive/archive.xml index 44edf13..f17730d 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/2015-07-09-1.xml"/> <xi:include href="entries/2015-07-10-1.xml"/> <xi:include href="entries/2015-07-04-1.xml"/> <xi:include href="entries/2015-06-29-1.xml"/> diff --git a/archive/entries/2015-07-09-1.xml b/archive/entries/2015-07-09-1.xml new file mode 100644 index 0000000..67e559d --- /dev/null +++ b/archive/entries/2015-07-09-1.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.43 Released</title> + <id>http://php.net/archive/2015.php#id2015-07-09-1</id> + <published>2015-07-09T21:09:50-07:00</published> + <updated>2015-07-09T21:09:50-07:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2015-07-09-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2015.php#id2015-07-09-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.43. Five security-related issues in PHP were fixed in this release, including CVE-2015-3152. + All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.43 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.43">ChangeLog</a>. + </p> + + <p>Please note that PHP 5.4 branch is nearing the end of its <a href="http://php.net/supported-versions.php">support timeframe</a>. + If your PHP installations is based on PHP 5.4, it may be a good time to start making the plans for the upgrade. + </p> + + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 11c7de5..8fbdc9e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1195,6 +1195,39 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.42' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_42.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.42.tar.bz2', + 'name' => 'PHP 5.4.42 (tar.bz2)', + 'md5' => '6e0c28e22c0751c57a8c14a6f463c30d', + 'sha256' => '6285b2e64bfaa69e5d983d7d981b4f254f5259ad3fd591ca832722a4cc1ae0f9', + 'date' => '11 Jun 2015', + ), + 1 => + array ( + 'filename' => 'php-5.4.42.tar.gz', + 'name' => 'PHP 5.4.42 (tar.gz)', + 'md5' => '5e6a81d4efdc9546cc6ffe00eef5e8e4', + 'sha256' => 'f0b40c097a6f11c4c2f5078d34f50fb9428d79b9e9821117bd7d6cca6af78d11', + 'date' => '11 Jun 2015', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.42 binaries and source', + ), + ), + 'date' => '11 Jun 2015', + 'museum' => false, + ), '5.4.41' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d282a44..2198d8d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -52,15 +52,15 @@ $PHP_5_5_SHA256 = array( $PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_4_RC_DATE = '4 Sep 2014'; -$PHP_5_4_VERSION = "5.4.42"; -$PHP_5_4_DATE = "11 Jun 2015"; +$PHP_5_4_VERSION = "5.4.43"; +$PHP_5_4_DATE = "09 Jul 2015"; $PHP_5_4_MD5 = array( - "tar.bz2" => "6e0c28e22c0751c57a8c14a6f463c30d", - "tar.gz" => "5e6a81d4efdc9546cc6ffe00eef5e8e4", + "tar.bz2" => "eedfa86393db2ae49a163d1f80aa2c19", + "tar.gz" => "b09580551c32ba191e926bbbdea4e082", ); $PHP_5_4_SHA256 = array( - "tar.bz2" => "6285b2e64bfaa69e5d983d7d981b4f254f5259ad3fd591ca832722a4cc1ae0f9", - "tar.gz" => "f0b40c097a6f11c4c2f5078d34f50fb9428d79b9e9821117bd7d6cca6af78d11", + "tar.bz2" => "25d7724fb00ad1b520f5bad2173717031153d0a8e3de2c75e7a084c76f8ecd6b", + "tar.gz" => "cfc2176adc05f009666ecfab4a1cc66cc546c5d071245b2a048b3d113f67a2af", ); $RELEASES = array( diff --git a/releases/5_4_43.php b/releases/5_4_43.php new file mode 100644 index 0000000..ea130f6 --- /dev/null +++ b/releases/5_4_43.php @@ -0,0 +1,24 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_43.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.43 Release Announcement"); +?> + +<h1>PHP 5.4.43 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.43. Five security-related issues in PHP were fixed in this release, including CVE-2015-3152. +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.43 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.43">ChangeLog</a>. +</p> + +<p>Please note that PHP 5.4 branch is nearing the end of its <a href="http://php.net/supported-versions.php">support timeframe</a>. +If your PHP installations is based on PHP 5.4, it may be a good time to start making the plans for the upgrade. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
