Commit: df1bc938d2c5ecad83cc858079d1c90b9b9bed55 Author: kovacs.ferenc <[email protected]> Fri, 17 Oct 2014 01:48:56 +0200 Parents: c5a30664bfe18fe62ee294a1ee361497fb56722e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=df1bc938d2c5ecad83cc858079d1c90b9b9bed55 Log: 5.6.2 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-10-16-3.xml M include/releases.inc M include/version.inc A releases/5_6_2.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 01a3087..1bca698 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -8,6 +8,28 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.6.2"><!-- {{{ 5.6.2 --> +<h3>Version 5.6.2</h3> +<?php release_date('16-Oct-2014'); ?> +<ul><li>Core: +<ul> + <li><?php bugfix(68044); ?> (Integer overflow in unserialize() (32-bits only)).</li> +</ul></li> +<li>cURL: +<ul> + <li><?php bugfix(68089); ?> (NULL byte injection - cURL lib).</li> +</ul></li> +<li>EXIF: +<ul> + <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()).</li> +</ul></li> +<li>XMLRPC: +<ul> + <li><?php bugfix(68027); ?> (Global buffer overflow in mkgmtime() function).</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'); ?> @@ -89,7 +111,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <section class="version" id="5.6.1"><!-- {{{ 5.6.1 --> <h3>Version 5.6.1</h3> -<b>02-Oct-2014</b> +<?php release_date('02-Oct-2014'); ?> <ul><li>Core: <ul> <li>Implemented FR <?php bugl(38409); ?> (parse_ini_file() loses the type of booleans).</li> @@ -235,7 +257,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <section class="version" id="5.6.0"><!-- {{{ 5.6.0 --> <h3>Version 5.6.0</h3> -<b>28-Aug-2014</b> +<?php release_date('28-Aug-2014'); ?> <ul> <li>General improvements: <ul> diff --git a/archive/archive.xml b/archive/archive.xml index b86d908..adc0beb 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-10-16-3.xml"/> <xi:include href="entries/2014-10-16-2.xml"/> <xi:include href="entries/2014-10-16-1.xml"/> <xi:include href="entries/2014-10-02-1.xml"/> diff --git a/archive/entries/2014-10-16-3.xml b/archive/entries/2014-10-16-3.xml new file mode 100644 index 0000000..b638c8f --- /dev/null +++ b/archive/entries/2014-10-16-3.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.6.2 is available</title> + <id>http://php.net/archive/2014.php#id2014-10-16-3</id> + <published>2014-10-16T16:26:14-07:00</published> + <updated>2014-10-16T16:26:14-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#id2014-10-16-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-10-16-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.6.2. + 4 security-related bugs were fixed in this release, including fixes for CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670. + All PHP 5.6 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.6.2 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.6.2">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 54a50e8..0858717 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 5 => array ( + '5.6.1' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_6_1.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.6.1.tar.bz2', + 'name' => 'PHP 5.6.1 (tar.bz2)', + 'md5' => '4d0888413f36416a37865feaaa6704c4', + 'date' => '02 Oct 2014', + ), + 1 => + array ( + 'filename' => 'php-5.6.1.tar.gz', + 'name' => 'PHP 5.6.1 (tar.gz)', + 'md5' => '854d8433b49b4456d9fe5ddf818af884', + 'date' => '02 Oct 2014', + ), + 2 => + array ( + 'filename' => 'php-5.6.1.tar.xz', + 'name' => 'PHP 5.6.1 (tar.xz)', + 'md5' => 'd34002f90a7049282ec663adcac7ba9e', + 'date' => '02 Oct 2014', + ), + ), + 'date' => '02 Oct 2014', + 'museum' => false, + ), '5.5.17' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5d2af2d..c47bc7b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -19,12 +19,12 @@ $PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_6_RC_DATE = '11 Sep 2014'; -$PHP_5_6_VERSION = "5.6.1"; -$PHP_5_6_DATE = "02 Oct 2014"; +$PHP_5_6_VERSION = "5.6.2"; +$PHP_5_6_DATE = "16 Oct 2014"; $PHP_5_6_MD5 = array( - "tar.bz2" => "4d0888413f36416a37865feaaa6704c4", - "tar.gz" => "854d8433b49b4456d9fe5ddf818af884", - "tar.xz" => "d34002f90a7049282ec663adcac7ba9e", + "tar.bz2" => "97202449bf4f011c477ff860b173a92a", + "tar.gz" => "f0b54371fae6d4b6b99fb3d360f086ac", + "tar.xz" => "c976f54d429a0e5214659b0098e44e37", ); /* PHP 5.5 Release */ $PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false diff --git a/releases/5_6_2.php b/releases/5_6_2.php new file mode 100644 index 0000000..f6fe0bc --- /dev/null +++ b/releases/5_6_2.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_6_2.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.6.2 Release Announcement"); +?> + +<h1>PHP 5.6.2 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 5.6.2. +4 security-related bugs were fixed in this release, including fixes for CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670. +All PHP 5.6 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.6.2 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.6.2">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
