Commit: 03821e6babc963a5653dcfbf54c6820047bdafaa Author: Stanislav Malyshev <[email protected]> Thu, 13 Nov 2014 22:12:09 -0800 Parents: da5baad18571050336990ebdd0d7d24e43d1dd0b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=03821e6babc963a5653dcfbf54c6820047bdafaa Log: 5.4.35 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-11-13-3.xml M include/releases.inc M include/version.inc A releases/5_4_35.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ac6f45c..e0c453f 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -152,6 +152,28 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<section class="version" id="5.4.35"><!-- {{{ 5.4.35 --> +<h3>Version 5.4.35</h3> +<b>13-Nov-2014</b> +<ul><li>Core: +<ul> + <li><?php bugfix(68365); ?> (zend_mm_heap corrupted after memory overflow in zend_hash_copy).</li> +</ul></li> +<li>Fileinfo: +<ul> + <li><?php bugfix(68283); ?> (fileinfo: out-of-bounds read in elf note headers). (CVE-2014-3710)</li> +</ul></li> +<li>GMP: +<ul> + <li><?php bugfix(63595); ?> (GMP memory management conflicts with other libraries using GMP).</li> +</ul></li> +<li>PDO_pgsql: +<ul> + <li><?php bugfix(66584); ?> (Segmentation fault on statement deallocation).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.18"><!-- {{{ 5.5.18 --> <h3>Version 5.5.18</h3> <?php release_date('16-Oct-2014'); ?> diff --git a/archive/archive.xml b/archive/archive.xml index 30e5c11..3eee5dd 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-11-13-3.xml"/> <xi:include href="entries/2014-11-13-2.xml"/> <xi:include href="entries/2014-11-13-1.xml"/> <xi:include href="entries/2014-11-05-1.xml"/> diff --git a/archive/entries/2014-11-13-3.xml b/archive/entries/2014-11-13-3.xml new file mode 100644 index 0000000..56dffd6 --- /dev/null +++ b/archive/entries/2014-11-13-3.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.35 Released</title> + <id>http://php.net/archive/2014.php#id2014-11-13-3</id> + <published>2014-11-13T22:11:34-08:00</published> + <updated>2014-11-13T22:11:34-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-11-13-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-11-13-3" 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.35. 4 security-related bugs were fixed in this release, including the fix for CVE-2014-3710. + + All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.35 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.35">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 2aa62e6..c13aed2 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -721,6 +721,37 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.34' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_34.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.34.tar.bz2', + 'name' => 'PHP 5.4.34 (tar.bz2)', + 'md5' => '1afe3a10cefec9618acb785ef5064bf9', + 'date' => '16 Oct 2014', + ), + 1 => + array ( + 'filename' => 'php-5.4.34.tar.gz', + 'name' => 'PHP 5.4.34 (tar.gz)', + 'md5' => '718ce85dc1bca0c925a9013638be4ae9', + 'date' => '16 Oct 2014', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.34 binaries and source', + ), + ), + 'date' => '16 Oct 2014', + 'museum' => false, + ), '5.4.33' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 66f730a..1578b41 100644 --- a/include/version.inc +++ b/include/version.inc @@ -41,11 +41,11 @@ $PHP_5_5_MD5 = 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.34"; -$PHP_5_4_DATE = "16 Oct 2014"; +$PHP_5_4_VERSION = "5.4.35"; +$PHP_5_4_DATE = "13 Nov 2014"; $PHP_5_4_MD5 = array( - "tar.bz2" => "1afe3a10cefec9618acb785ef5064bf9", - "tar.gz" => "718ce85dc1bca0c925a9013638be4ae9", + "tar.bz2" => "489cc8336488fb2e722ffa3c08f9c864", + "tar.gz" => "da7bed3b65033c7f096c96572cd9ea45", ); /* PHP 5.3 Release */ diff --git a/releases/5_4_35.php b/releases/5_4_35.php new file mode 100644 index 0000000..6f7a504 --- /dev/null +++ b/releases/5_4_35.php @@ -0,0 +1,21 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_35.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.35 Release Announcement"); +?> + +<h1>PHP 5.4.35 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.35. 4 security-related bugs were fixed in this release, including the fix for CVE-2014-3710. + +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.35 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.35">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
