Commit: 9ff8659ea90b7d1c7c57c87dcc643db844540f72
Author: kovacs.ferenc <[email protected]> Fri, 7 Aug 2015
08:52:24 +0200
Parents: 93a0f470e7b67421dc0a364f1b90653b202700e8
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=9ff8659ea90b7d1c7c57c87dcc643db844540f72
Log:
php 5.6.12
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2015-08-06-4.xml
M include/releases.inc
M include/version.inc
A releases/5_6_12.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 7127b5b..7b14456 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,48 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.6.12"><!-- {{{ 5.6.12 -->
+<h3>Version 5.6.12</h3>
+<?php release_date('06-Aug-2015'); ?>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(70012); ?> (Exception lost with nested finally block).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+ <li><?php bugfix(69655); ?> (php -S changes MKCALENDAR request method to
MKCOL).</li>
+ <li><?php bugfix(64878); ?> (304 responses return Content-Type header).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(53156); ?> (imagerectangle problem with point
ordering).</li>
+ <li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder).</li>
+ <li><?php bugfix(70102); ?> (imagecreatefromwebm() shifts colors).</li>
+ <li><?php bugfix(66590); ?> (imagewebp() doesn't pad to even length).</li>
+ <li><?php bugfix(66882); ?> (imagerotate by -90 degrees truncates image by
1px).</li>
+ <li><?php bugfix(70064); ?> (imagescale(..., IMG_BICUBIC) leaks memory).</li>
+ <li><?php bugfix(69024); ?> (imagescale segfault with palette based
image).</li>
+ <li><?php bugfix(53154); ?> (Zero-height rectangle has whiskers).</li>
+ <li><?php bugfix(67447); ?> (imagecrop() add a black line when
cropping).</li>
+ <li><?php bugfix(68714); ?> (copy 'n paste error).</li>
+ <li><?php bugfix(66339); ?> (PHP segfaults in imagexbm).</li>
+ <li><?php bugfix(70047); ?> (gd_info() doesn't report WebP support).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+ <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max)
defined columns).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li><?php bugfix(69882); ?> (OpenSSL error "key values mismatch" after
openssl_pkcs12_read with extra cert).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(70096); ?> (Repeated iptcembed() adds superfluous FF
bytes).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="5.5.28"><!-- {{{ 5.5.28 -->
<h3>Version 5.5.28</h3>
<b>06-Aug-2015</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index a71c042..b6d2912 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-08-06-4.xml"/>
<xi:include href="entries/2015-08-06-3.xml"/>
<xi:include href="entries/2015-08-06-2.xml"/>
<xi:include href="entries/2015-08-06-1.xml"/>
diff --git a/archive/entries/2015-08-06-4.xml b/archive/entries/2015-08-06-4.xml
new file mode 100644
index 0000000..bbaf791
--- /dev/null
+++ b/archive/entries/2015-08-06-4.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.6.12 is available</title>
+ <id>http://php.net/archive/2015.php#id2015-08-06-4</id>
+ <published>2015-08-06T23:30:25-07:00</published>
+ <updated>2015-08-06T23:30:25-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-08-06-4" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2015.php#id2015-08-06-4" 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.12. 12 security-related issues 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.12 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.12">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 5f7151f..9590c8a 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,43 +2,79 @@
$OLDRELEASES = array (
5 =>
array (
- '5.5.27' =>
- array (
- 'announcement' =>
- array (
- 'English' => '/releases/5_5_27.php',
- ),
- 'source' =>
+ '5.6.11' =>
array (
- 0 =>
+ 'announcement' =>
array (
- 'filename' => 'php-5.5.27.tar.bz2',
- 'name' => 'PHP 5.5.27 (tar.bz2)',
- 'md5' => 'e105f664450efd87513f5b4a2055e917',
- 'sha256' =>
'c4b4c6a534c0ca67a9ae39bec4f51e52d13e820135dd016eae230e15337e1f70',
- 'date' => '09 Jul 2015',
+ 'English' => '/releases/5_6_11.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.6.11.tar.bz2',
+ 'name' => 'PHP 5.6.11 (tar.bz2)',
+ 'md5' => 'a0c842c1d30fedbe972e1556ae9cee27',
+ 'sha256' =>
'bd6b260816764c267244749ead07482120dbf8d1920ebbbb0dcb2aa411033866',
+ 'date' => '10 Jul 2015',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.6.11.tar.gz',
+ 'name' => 'PHP 5.6.11 (tar.gz)',
+ 'md5' => 'c4d55105e07c9f75dcbacef8000f7992',
+ 'sha256' =>
'85916b46c0d1f2a5315c84fb2773293f4084c3676ba4ed420d0432cbb60ff9d8',
+ 'date' => '10 Jul 2015',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.6.11.tar.xz',
+ 'name' => 'PHP 5.6.11 (tar.xz)',
+ 'md5' => 'e463c557b20a7ad3a3397683b3067ea7',
+ 'sha256' =>
'3f97dbb1c646b90e1ef638defabe429ef036f903b5baa1c34769d3de4fe62bd4',
+ 'date' => '10 Jul 2015',
+ ),
),
- 1 =>
+ 'date' => '10 Jul 2015',
+ 'museum' => false,
+ ),
+ '5.5.27' =>
+ array (
+ 'announcement' =>
array (
- 'filename' => 'php-5.5.27.tar.gz',
- 'name' => 'PHP 5.5.27 (tar.gz)',
- 'md5' => '39cc2659f8d777e803816f7b437d9001',
- 'sha256' =>
'57cc716ebb37a62654c154582e48a282055b08ce91995c79b0be41b9940237f0',
- 'date' => '09 Jul 2015',
+ 'English' => '/releases/5_5_27.php',
),
- 2 =>
+ 'source' =>
array (
- 'filename' => 'php-5.5.27.tar.xz',
- 'name' => 'PHP 5.5.27 (tar.xz)',
- 'md5' => '2efe7c087d7073bffa64e5d538f22711',
- 'sha256' =>
'7ee398058067a7d8184e402fcdccb25003852cb8dc94eefa3cda051a3e47fdd8',
- 'date' => '09 Jul 2015',
+ 0 =>
+ array (
+ 'filename' => 'php-5.5.27.tar.bz2',
+ 'name' => 'PHP 5.5.27 (tar.bz2)',
+ 'md5' => 'e105f664450efd87513f5b4a2055e917',
+ 'sha256' =>
'c4b4c6a534c0ca67a9ae39bec4f51e52d13e820135dd016eae230e15337e1f70',
+ 'date' => '09 Jul 2015',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.5.27.tar.gz',
+ 'name' => 'PHP 5.5.27 (tar.gz)',
+ 'md5' => '39cc2659f8d777e803816f7b437d9001',
+ 'sha256' =>
'57cc716ebb37a62654c154582e48a282055b08ce91995c79b0be41b9940237f0',
+ 'date' => '09 Jul 2015',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.5.27.tar.xz',
+ 'name' => 'PHP 5.5.27 (tar.xz)',
+ 'md5' => '2efe7c087d7073bffa64e5d538f22711',
+ 'sha256' =>
'7ee398058067a7d8184e402fcdccb25003852cb8dc94eefa3cda051a3e47fdd8',
+ 'date' => '09 Jul 2015',
+ ),
),
+ 'date' => '09 Jul 2015',
+ 'museum' => false,
),
- 'date' => '09 Jul 2015',
- 'museum' => false,
- ),
- '5.6.10' =>
+ '5.6.10' =>
array (
'announcement' =>
array (
diff --git a/include/version.inc b/include/version.inc
index cca5c8b..37ae79d 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,20 +17,20 @@
* ),
* );
/* PHP 5.6 Release */
-$PHP_5_6_RC = '5.6.12RC1'; // 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 = '23 Jul 2015';
-$PHP_5_6_VERSION = "5.6.11";
-$PHP_5_6_DATE = "10 Jul 2015";
+$PHP_5_6_VERSION = "5.6.12";
+$PHP_5_6_DATE = "06 Aug 2015";
$PHP_5_6_MD5 = array(
- "tar.bz2" => "a0c842c1d30fedbe972e1556ae9cee27",
- "tar.gz" => "c4d55105e07c9f75dcbacef8000f7992",
- "tar.xz" => "e463c557b20a7ad3a3397683b3067ea7",
+ "tar.bz2" => "4578dee9d979114610a444bee263ed9b",
+ "tar.gz" => "0bd6e2ff625ab8c20b5ed8dae1e88594",
+ "tar.xz" => "f2cc602602eb2b121779f2c4b8bacaba",
);
$PHP_5_6_SHA256 = array(
- "tar.bz2" =>
"bd6b260816764c267244749ead07482120dbf8d1920ebbbb0dcb2aa411033866",
- "tar.gz" =>
"85916b46c0d1f2a5315c84fb2773293f4084c3676ba4ed420d0432cbb60ff9d8",
- "tar.xz" =>
"3f97dbb1c646b90e1ef638defabe429ef036f903b5baa1c34769d3de4fe62bd4",
+ "tar.bz2" =>
"6f27104272af7b2a996f85e4100fac627630fbdaf39d7bd263f16cf529c8853a",
+ "tar.gz" =>
"7799b42606c1770d1ad90bfc7521d2b6c294c4c27dcf1a206dee562533b4f984",
+ "tar.xz" =>
"f8a8446866c0dc3f33319aa196ce87b64d71cab3dd96e39c8816adccc7e8ef33",
);
/* 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_12.php b/releases/5_6_12.php
new file mode 100644
index 0000000..8a90202
--- /dev/null
+++ b/releases/5_6_12.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_12.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.12 Release Announcement");
+?>
+ <h1>PHP 5.6.12 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 5.6.12. 12 security-related issues 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.12 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.12">ChangeLog</a>.
+ </p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php