Commit:    081e8af93e808b133e466450afc5315484f764bf
Author:    kovacs.ferenc <[email protected]>         Fri, 3 Oct 2014 
01:59:02 +0200
Parents:   afcd4f9c5610dd82848269b9b64f5107ca70397e
Branches:  master

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

Log:
5.6.1

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-10-02-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_1.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 3635990..c0f40d0 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,64 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.6.1"><!-- {{{ 5.6.1 -->
+<h3>Version 5.6.1</h3>
+<b>02-Oct-2014</b>
+<ul><li>Core:
+<ul>
+  <li>Implemented FR <?php bugl(38409); ?> (parse_ini_file() looses the type 
of booleans).</li>
+  <li><?php bugfix(65463); ?> (SIGSEGV during zend_shutdown()).</li>
+  <li><?php bugfix(66036); ?> (Crash on SIGTERM in apache process).</li>
+  <li><?php bugfix(67878); ?> (program_prefix not honoured in man pages).</li>
+  <li><?php bugfix(67938); ?> (Segfault when extending interface method with 
variadic).</li>
+  <li><?php bugfix(67985); ?> (Incorrect last used array index copied to new 
array after unset).</li>
+  <li><?php bugfix(68088); ?> (New Posthandler Potential Illegal efree() 
vulnerability).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Made DOMNode::textContent writeable.</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(67731); ?> (finfo::file() returns invalid mime type for 
binary files).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Made fontFetch's path parser thread-safe.</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li><?php bugfix(67917); ?> (Using GMP objects with overloaded operators can 
cause memory exhaustion).</li>
+  <li><?php bugfix(50175); ?> (gmp_init() results 0 on given base and number 
starting with 0x or 0b).</li>
+  <li>Implemented gmp_import() and gmp_export().</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(67839); ?> (mysqli does not handle 4-byte floats 
correctly).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(67850); ?> (extension won't build if openssl compiled 
without SSLv3).</li>
+</ul></li>
+<li>phpdbg:
+<ul>
+  <li>Fixed issue krakjoe/phpdbg#111 (compile error without ZEND_SIGNALS).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(67955); ?> (SoapClient prepends 0-byte to cookie 
names).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(67972); ?> (SessionHandler Invalid memory read 
create_sid()).</li>
+</ul></li>
+<li>Sysvsem:
+<ul>
+  <li>Implemented FR <?php bugl(67990); ?> (Add optional nowait argument to 
sem_acquire).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.17"><!-- {{{ 5.5.17 -->
 <h3>Version 5.5.17</h3>
 <?php release_date('18-Sep-2014'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index 8656905..1a888fa 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-02-1.xml"/>
   <xi:include href="entries/2014-09-26-1.xml"/>
   <xi:include href="entries/2014-09-18-2.xml"/>
   <xi:include href="entries/2014-09-18-1.xml"/>
diff --git a/archive/entries/2014-10-02-1.xml b/archive/entries/2014-10-02-1.xml
new file mode 100644
index 0000000..f291123
--- /dev/null
+++ b/archive/entries/2014-10-02-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.6.1 released</title>
+  <id>http://php.net/archive/2014.php#id2014-10-02-1</id>
+  <published>2014-10-02T16:44:05-07:00</published>
+  <updated>2014-10-02T16:44:05-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-02-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-10-02-1"; 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.1. Several 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.1 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.1";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index b590311..c693c55 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,7 +2,40 @@
 $OLDRELEASES = array (
   5 => 
   array (
-  '5.5.16' => 
+    '5.6.0' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_0.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.0.tar.bz2',
+          'name' => 'PHP 5.6.0 (tar.bz2)',
+          'md5' => '1f889357528809a6675e2f23995832d7',
+          'date' => '28 Aug 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.0.tar.gz',
+          'name' => 'PHP 5.6.0 (tar.gz)',
+          'md5' => '7e39f839eee4ffbf011cdcd21b5f1c4f',
+          'date' => '28 Aug 2014',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.0.tar.xz',
+          'name' => 'PHP 5.6.0 (tar.xz)',
+          'md5' => '642825d75ce2634d9513d5b21dbee521',
+          'date' => '28 Aug 2014',
+        ),
+      ),
+      'date' => '28 Aug 2014',
+      'museum' => false,
+    ),
+    '5.5.16' => 
     array (
       'announcement' => 
       array (
diff --git a/include/version.inc b/include/version.inc
index cee042c..2f7b95e 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,15 +16,15 @@
  *     ),
  * );
 /* PHP 5.6 Release */
-$PHP_5_6_RC = '5.6.1RC1'; // 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 = '11 Sep 2014';
 
-$PHP_5_6_VERSION         = "5.6.0";
-$PHP_5_6_DATE            = "28 Aug 2014";
+$PHP_5_6_VERSION         = "5.6.1";
+$PHP_5_6_DATE            = "02 Oct 2014";
 $PHP_5_6_MD5     = array(
-                       "tar.bz2"       => "1f889357528809a6675e2f23995832d7",
-                       "tar.gz"        => "7e39f839eee4ffbf011cdcd21b5f1c4f",
-                       "tar.xz"        => "642825d75ce2634d9513d5b21dbee521",
+                       "tar.bz2"       => "4d0888413f36416a37865feaaa6704c4",
+                       "tar.gz"        => "854d8433b49b4456d9fe5ddf818af884",
+                       "tar.xz"        => "d34002f90a7049282ec663adcac7ba9e",
 );
 /* PHP 5.5 Release */
 $PHP_5_5_RC = '5.5.18RC1'; // Current RC version (e.g., '5.6.7RC1') or false
diff --git a/releases/5_6_1.php b/releases/5_6_1.php
new file mode 100644
index 0000000..a5040d3
--- /dev/null
+++ b/releases/5_6_1.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_1.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.1 Release Announcement");
+?>
+
+<h1>PHP 5.6.1 Release Announcement</h1>
+
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.1. Several 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.1 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.1";>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