Commit: 1b67a99fdad74a1df9a7359cada499727cdec189 Author: Ferenc Kovacs <[email protected]> Fri, 9 Dec 2016 04:19:51 +0100 Parents: f60fa3477b4192b30a4ddcfe15b149a84804fb74 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1b67a99fdad74a1df9a7359cada499727cdec189 Log: 5.6.29 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2016-12-08-2.xml M include/releases.inc M include/version.inc A releases/5_6_29.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 46cda90..928230d 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -8,6 +8,45 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.6.29"><!-- {{{ 5.6.29 --> +<h3>Version 5.6.29</h3> +<b><?php release_date('08-Dec-2016'); ?></b> +<ul><li>Mysqlnd: +<ul> + <li><?php bugfix(64526); ?> (Add missing mysqlnd.* parameters to php.ini-*).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(73402); ?> (Opcache segfault when using class constant to call a method).</li> + <li><?php bugfix(69090); ?> (check cached files permissions)</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(72776); ?> (Invalid parameter in memcpy function trough openssl_pbkdf2).</li> +</ul></li> +<li>Postgres: +<ul> + <li><?php bugfix(73498); ?> (Incorrect SQL generated for pg_copy_to()).</li> +</ul></li> +<li>SOAP: +<ul> + <li><?php bugfix(73452); ?> (Segfault (Regression for #69152)).</li> +</ul></li> +<li>SQLite3: +<ul> + <li><?php bugfix(73530); ?> (Unsetting result set may reset other result set).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(73297); ?> (HTTP stream wrapper should ignore HTTP 100 Continue).</li> +</ul></li> +<li>WDDX: +<ul> + <li><?php bugfix(73631); ?> (Memory leak due to invalid wddx stack processing). (bughunter at fosec dot vn).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.28"><!-- {{{ 5.6.28 --> <h3>Version 5.6.28</h3> <b><?php release_date('10-Nov-2016'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index e95233c..7fef510 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/2016-12-08-2.xml"/> <xi:include href="entries/2016-12-08-1.xml"/> <xi:include href="entries/2016-12-07-1.xml"/> <xi:include href="entries/2016-12-01-3.xml"/> diff --git a/archive/entries/2016-12-08-2.xml b/archive/entries/2016-12-08-2.xml new file mode 100644 index 0000000..af0f856 --- /dev/null +++ b/archive/entries/2016-12-08-2.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.6.29 Released</title> + <id>http://php.net/archive/2016.php#id2016-12-08-2</id> + <published>2016-12-08T19:00:37-08:00</published> + <updated>2016-12-08T19:00:37-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#id2016-12-08-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2016.php#id2016-12-08-2" 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.29. This is a security release. Several security bugs were fixed in + this release. + + All PHP 5.6 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 5.6.29 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and 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.29">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index bcc4fee..8ed4beb 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -509,6 +509,42 @@ $OLDRELEASES = array ( ), 5 => array ( + '5.6.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_6_28.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.6.28.tar.bz2', + 'name' => 'PHP 5.6.28 (tar.bz2)', + 'md5' => '56758fdb5ff156a36fb600950b7999aa', + 'sha256' => 'c55ea3f4aad5a0b65631d01c4468930fd981ad208ffcd242acdf731bcb47548f', + 'date' => '10 Nov 2016', + ), + 1 => + array ( + 'filename' => 'php-5.6.28.tar.gz', + 'name' => 'PHP 5.6.28 (tar.gz)', + 'md5' => 'db41e97006dd9660208c0f3d32ce192e', + 'sha256' => '27a47ac15e0868d51181d3909cfe3c63ae9b643a3ab40dc30a75b5b500bce500', + 'date' => '10 Nov 2016', + ), + 2 => + array ( + 'filename' => 'php-5.6.28.tar.xz', + 'name' => 'PHP 5.6.28 (tar.xz)', + 'md5' => '1e01c66b2e67ab3b56a6180ee560fe4c', + 'sha256' => '07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11', + 'date' => '10 Nov 2016', + ), + ), + 'date' => '10 Nov 2016', + 'museum' => false, + ), '5.6.27' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4b79b66..d713868 100644 --- a/include/version.inc +++ b/include/version.inc @@ -52,21 +52,22 @@ $PHP_7_0_SHA256 = array( ); /* PHP 5.6 Release */ -$PHP_5_6_RC = '5.6.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_6_RC_DATE = "24 Nov 2016"; -$PHP_5_6_VERSION = "5.6.28"; -$PHP_5_6_DATE = "10 Nov 2016"; +$PHP_5_6_VERSION = "5.6.29"; +$PHP_5_6_DATE = "08 Dec 2016"; $PHP_5_6_MD5 = array( - "tar.bz2" => "56758fdb5ff156a36fb600950b7999aa", - "tar.gz" => "db41e97006dd9660208c0f3d32ce192e", - "tar.xz" => "1e01c66b2e67ab3b56a6180ee560fe4c", + "tar.bz2" => "b2772a0bdada0e20f4e1937f71416bcc", + "tar.gz" => "826ae90570ad480ee4541d6a320b406a", + "tar.xz" => "190bf5b52d1fc68d5500a8cdc7e33164", ); $PHP_5_6_SHA256 = array( - "tar.bz2" => "c55ea3f4aad5a0b65631d01c4468930fd981ad208ffcd242acdf731bcb47548f", - "tar.gz" => "27a47ac15e0868d51181d3909cfe3c63ae9b643a3ab40dc30a75b5b500bce500", - "tar.xz" => "07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11", + "tar.bz2" => "499b844c8aa7be064c111692e51a093ba94e54d2d9abb01e70ea76183a1825bb", + "tar.gz" => "0b1b939129a7286c5a474ac2cf845b979477f26dff36639e04022def9e252574", + "tar.xz" => "0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7", ); + /* PHP 5.5 Release */ $PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_5_RC_DATE = '25 Jun 2015'; diff --git a/releases/5_6_29.php b/releases/5_6_29.php new file mode 100644 index 0000000..e1146e6 --- /dev/null +++ b/releases/5_6_29.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_6_29.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.6.29 Release Announcement"); +?> + + <h1>PHP 5.6.29 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 5.6.29. This is a security release. Several security bugs were fixed in + this release. + + All PHP 5.6 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.6.29 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and 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.29">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
