Commit:    7bbf3e810bb46f28e8793112c8d2ccc93a4b790b
Author:    kovacs.ferenc <[email protected]>         Fri, 15 May 2015 
08:24:54 +0200
Parents:   1112203204ea4831acc75b656e83ff424254ed18
Branches:  master

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

Log:
php-5.6.9

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2015-05-14-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_9.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 2b0443c..ee196f8 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,52 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.6.9"><!-- {{{ 5.6.9 -->
+<h3>Version 5.6.9</h3>
+<b>14-May-2015</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(69467); ?> (Wrong checked for the interface by using 
Trait).</li>
+  <li><?php bugfix(69420); ?> (Invalid read in zend_std_get_method).</li>
+  <li><?php bugfix(60022); ?> ("use statement [...] has no effect" depends on 
leading backslash).</li>
+  <li><?php bugfix(67314); ?> (Segmentation fault in 
gc_remove_zval_from_buffer).</li>
+  <li><?php bugfix(68652); ?> (segmentation fault in destructor).</li>
+  <li><?php bugfix(69419); ?> (Returning compatible sub generator produces a 
warning).</li>
+  <li><?php bugfix(69472); ?> (php_sys_readlink ignores misc errors from 
GetFinalPathNameByHandleA).</li>
+  <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos 
Vulnerability).</li>
+  <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory 
corruption).</li>
+  <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li>
+  <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in 
heap overflow).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(69354); ?> (Incorrect use of SQLColAttributes with ODBC 
3.0).</li>
+  <li><?php bugfix(69474); ?> (ODBC: Query with same field name from two 
tables returns incorrect result).</li>
+  <li><?php bugfix(69381); ?> (out of memory with sage odbc driver).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(69402); ?> (Reading empty SSL stream hangs until 
timeout).</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+  <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Upgraded pcrelib to 8.37.</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(69453); ?> (Memory Corruption in phar_parse_tarfile when 
entry filename starts with null).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.25"><!-- {{{ 5.5.25 -->
 <h3>Version 5.5.25</h3>
 <b>14-May-2015</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 0c70e0d..4a2e6b6 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-05-14-3.xml"/>
   <xi:include href="entries/2015-05-14-2.xml"/>
   <xi:include href="entries/2015-05-14-1.xml"/>
   <xi:include href="entries/2015-05-06-1.xml"/>
diff --git a/archive/entries/2015-05-14-3.xml b/archive/entries/2015-05-14-3.xml
new file mode 100644
index 0000000..c36db89
--- /dev/null
+++ b/archive/entries/2015-05-14-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.9 is available</title>
+  <id>http://php.net/archive/2015.php#id2015-05-14-3</id>
+  <published>2015-05-14T23:20:57-07:00</published>
+  <updated>2015-05-14T23:20:57-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-05-14-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2015.php#id2015-05-14-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.9. Several bugs have been fixed.
+
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>For source downloads of PHP 5.6.9 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.9";>ChangeLog</a>.
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 031f154..fb71ac4 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.6.8' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_8.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.8.tar.bz2',
+          'name' => 'PHP 5.6.8 (tar.bz2)',
+          'md5' => 'a5a6df33aade0cb5425e4374e3832f0b',
+          'sha256' => 
'0af0045745d61eeb74a3ea744529a2481b27cb689da720e6c0250675043724e4',
+          'date' => '16 Apr 2015',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.8.tar.gz',
+          'name' => 'PHP 5.6.8 (tar.gz)',
+          'md5' => '0167d60fd45891f131f0ccdb51c13cb5',
+          'sha256' => 
'c5b1c75c5671c239473eb611129f33ac432a55a1c341990b70009a2aa3b8dbc3',
+          'date' => '16 Apr 2015',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.8.tar.xz',
+          'name' => 'PHP 5.6.8 (tar.xz)',
+          'md5' => '526a5a7f593de632cd9e8546335de8b7',
+          'sha256' => 
'4c417387b88e100ca306adeda8051eb9fad93dae8da983f962dabf91a14b2b7b',
+          'date' => '16 Apr 2015',
+        ),
+      ),
+      'date' => '16 Apr 2015',
+      'museum' => false,
+    ),
     '5.5.24' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 8ca8e54..deadd33 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,17 +20,17 @@
 $PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_6_RC_DATE = '2 Apr 2015';
 
-$PHP_5_6_VERSION         = "5.6.8";
-$PHP_5_6_DATE            = "16 Apr 2015";
+$PHP_5_6_VERSION         = "5.6.9";
+$PHP_5_6_DATE            = "14 May 2015";
 $PHP_5_6_MD5     = array(
-                       "tar.bz2"       => "a5a6df33aade0cb5425e4374e3832f0b",
-                       "tar.gz"        => "0167d60fd45891f131f0ccdb51c13cb5",
-                       "tar.xz"        => "526a5a7f593de632cd9e8546335de8b7",
+                       "tar.bz2"       => "22a4a0b3d80bffd620da8821e847538d",
+                       "tar.gz"        => "e8126673c5da2e3680e05bcb66613219",
+                       "tar.xz"        => "a38aeebc1364a05c48348880d28d90fb",
 );
 $PHP_5_6_SHA256     = array(
-                       "tar.bz2"       => 
"0af0045745d61eeb74a3ea744529a2481b27cb689da720e6c0250675043724e4",
-                       "tar.gz"        => 
"c5b1c75c5671c239473eb611129f33ac432a55a1c341990b70009a2aa3b8dbc3",
-                       "tar.xz"        => 
"4c417387b88e100ca306adeda8051eb9fad93dae8da983f962dabf91a14b2b7b",
+                       "tar.bz2"       => 
"ae4400e3968b46a19fa78f4a54ea543b000f8d846a2bcd05670ffedb06457810",
+                       "tar.gz"        => 
"13061a2e0bd9ebab642ea5ad6fcad03262a52fe2d52387501afe79f6aab39c71",
+                       "tar.xz"        => 
"ebdcb5452ea0df4fae1fecf2b9ef91279de99d94d6d0af3a00edaeed1b92a4ba",
 );
 /* 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_9.php b/releases/5_6_9.php
new file mode 100644
index 0000000..67d6b5a
--- /dev/null
+++ b/releases/5_6_9.php
@@ -0,0 +1,18 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_9.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.9 Release Announcement");
+?>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.9. Several bugs have been fixed.
+     
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.6.9 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.9";>ChangeLog</a>.
+
+<?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