Commit:    9cee1e560bd2ad99a7d12dcdcfa5c8914da5783b
Author:    kovacs.ferenc <[email protected]>         Fri, 14 Nov 2014 
00:28:40 +0100
Parents:   18e415e4c5ea4182d7667eb8cda651bf44eb53e9
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=9cee1e560bd2ad99a7d12dcdcfa5c8914da5783b

Log:
5.6.3

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-11-13-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_3.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 3f1073a..ac6f45c 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,73 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.6.3"><!-- {{{ 5.6.3 -->
+<h3>Version 5.6.3</h3>
+<?php release_date('13-Nov-2014'); ?>
+<ul><li>Core:
+<ul>
+  <li>Implemented 64-bit format codes for pack() and unpack().</li>
+  <li><?php bugfix(51800); ?> (proc_open on Windows hangs forever).</li>
+  <li><?php bugfix(67633); ?> (A foreach on an array returned from a function 
not doing copy-on-write).</li>
+  <li><?php bugfix(67739); ?> (Windows 8.1/Server 2012 R2 OS build number 
reported as 6.2 (instead of 6.3)).</li>
+  <li><?php bugfix(67949); ?> (DOMNodeList elements should be accessible 
through array notation) (Florian)</li>
+  <li><?php bugfix(68095); ?> (AddressSanitizer reports a heap buffer overflow 
in php_getopt()).</li>
+  <li><?php bugfix(68118); ?> ($a-&gt;foo .= 'test'; can leave $a-&gt;foo 
undefined).</li>
+  <li><?php bugfix(68129); ?> (parse_url() - incomplete support for empty 
usernames and passwords) (Tjerk)</li>
+  <li><?php bugfix(68365); ?> (zend_mm_heap corrupted after memory overflow in 
zend_hash_copy).</li>
+</ul></li>
+<li>CURL:
+<ul>
+  <li>Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and 
CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl (Rasmus)</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(66242); ?> (libmagic: don't assume char is signed).</li>
+  <li><?php bugfix(68224); ?> (buffer-overflow in libmagic/readcdf.c caught by 
AddressSanitizer).</li>
+  <li><?php bugfix(68283); ?> (fileinfo: out-of-bounds read in elf note 
headers).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(65641); ?> (PHP-FPM incorrectly defines the SCRIPT_NAME 
variable when using Apache, mod_proxy-fcgi and ProxyPass).</li>
+  <li>Implemented FR <?php bugl(55508); ?> (listen and listen.allowed_clients 
should take IPv6 addresses).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(65171); ?> (imagescale() fails without height param).</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li>Implemented gmp_random_range() and gmp_random_bits().</li>
+  <li><?php bugfix(63595); ?> (GMP memory management conflicts with other 
libraries using GMP).</li>
+</ul></li>
+<li>Mysqli:
+<ul>
+  <li><?php bugfix(68114); ?> (linker error on some OS X machines with fixed 
width decimal support) (Keyur Govande)</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(68087); ?> (ODBC not correctly reading DATE column when 
preceded by a VARCHAR column) (Keyur Govande)</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(68074); ?> (Allow to use system cipher list instead of 
hardcoded value).</li>
+</ul></li>
+<li>PDO_pgsql:
+<ul>
+  <li><?php bugfix(68199); ?> (PDO::pgsqlGetNotify doesn't support NOTIFY 
payloads) (Matteo, Alain Laporte)</li>
+  <li><?php bugfix(66584); ?> (Segmentation fault on statement deallocation) 
(Matteo)</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li><?php bugfix(68103); ?> (Duplicate entry in Reflection for class 
alias).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(68128); ?> (Regression in RecursiveRegexIterator) 
(Tjerk)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.19"><!-- {{{ 5.5.19 -->
 <h3>Version 5.5.19</h3>
 <?php release_date('13-Nov-2014'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index 4d3db37..30e5c11 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-2.xml"/>
   <xi:include href="entries/2014-11-13-1.xml"/>
   <xi:include href="entries/2014-11-05-1.xml"/>
   <xi:include href="entries/2014-10-27-1.xml"/>
diff --git a/archive/entries/2014-11-13-2.xml b/archive/entries/2014-11-13-2.xml
new file mode 100644
index 0000000..e53b0fd
--- /dev/null
+++ b/archive/entries/2014-11-13-2.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.6.3 is available</title>
+  <id>http://php.net/archive/2014.php#id2014-11-13-2</id>
+  <published>2014-11-13T15:15:58-08:00</published>
+  <updated>2014-11-13T15:15:58-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-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-11-13-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.3.
+     This release fixes several bugs and one CVE in the fileinfo extension.
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>For source downloads of PHP 5.6.3 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.3";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9588e41..2aa62e6 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.6.2' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_2.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.2.tar.bz2',
+          'name' => 'PHP 5.6.2 (tar.bz2)',
+          'md5' => '97202449bf4f011c477ff860b173a92a',
+          'date' => '16 Oct 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.2.tar.gz',
+          'name' => 'PHP 5.6.2 (tar.gz)',
+          'md5' => 'f0b54371fae6d4b6b99fb3d360f086ac',
+          'date' => '16 Oct 2014',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.2.tar.xz',
+          'name' => 'PHP 5.6.2 (tar.xz)',
+          'md5' => 'c976f54d429a0e5214659b0098e44e37',
+          'date' => '16 Oct 2014',
+        ),
+      ),
+      'date' => '16 Oct 2014',
+      'museum' => false,
+    ),
     '5.5.18' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 26a7a21..66f730a 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,15 +16,15 @@
  *     ),
  * );
 /* PHP 5.6 Release */
-$PHP_5_6_RC = '5.6.3RC1'; // 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 = '30 Oct 2014';
 
-$PHP_5_6_VERSION         = "5.6.2";
-$PHP_5_6_DATE            = "16 Oct 2014";
+$PHP_5_6_VERSION         = "5.6.3";
+$PHP_5_6_DATE            = "13 Nov 2014";
 $PHP_5_6_MD5     = array(
-                       "tar.bz2"       => "97202449bf4f011c477ff860b173a92a",
-                       "tar.gz"        => "f0b54371fae6d4b6b99fb3d360f086ac",
-                       "tar.xz"        => "c976f54d429a0e5214659b0098e44e37",
+                       "tar.bz2"       => "13fb79d464b08392703e311778dd7ec0",
+                       "tar.gz"        => "b6278e4fb74bae260a2ef2d8a430c8fc",
+                       "tar.xz"        => "7635f344145a4edd7dff6ecec795aaea",
 );
 /* 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_3.php b/releases/5_6_3.php
new file mode 100644
index 0000000..51adb0b
--- /dev/null
+++ b/releases/5_6_3.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_3.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.3 Release Announcement");
+?>
+
+<h1>PHP 5.6.3 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 5.6.3.
+This release fixes several bugs and one CVE in the fileinfo extension.
+All PHP 5.6 users are encouraged to upgrade to this version.
+</p>
+
+<p>For source downloads of PHP 5.6.3 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.3";>ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>
-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to