Commit:    fdf92867ea267a16d41e06e12c784f82c05e0568
Author:    Stanislav Malyshev <smalys...@gmail.com>         Thu, 6 Jun 2013 
13:20:42 -0700
Parents:   d66c0a92e1defa0108a7d63505c06776e9c2ea90
Branches:  master

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

Log:
5.4.16 and 5.3.26

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2013-06-06-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_3_26.php
  A  releases/5_4_16.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 0db4b92..e32d3e7 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -11,6 +11,110 @@ function peclbugl($number)   { echo "<a 
href=\"http://pecl.php.net/bugs/bug.php?
 
 <h1>PHP 5 ChangeLog</h1>
 
+<a name="5.4.16"></a><!-- {{{ 5.4.16 -->
+<h3>Version 5.4.16</h3>
+<b>06-Jun-2013</b>
+<ul>
+<li>Core:</li>
+<ul>
+ <li><?php bugfix(64879); ?> (Heap based buffer overflow in 
quoted_printable_encode, CVE-2013-2110).</li>
+ <li><?php bugfix(64853); ?> (Use of no longer available ini directives causes 
crash on TS build).</li>
+ <li><?php bugfix(64729); ?> (compilation failure on x32). </li>
+ <li><?php bugfix(64720); ?> (SegFault on zend_deactivate). </li>
+ <li><?php bugfix(64660); ?> (Segfault on memory exhaustion within function 
definition).</li>
+</ul>
+</li>
+<li>Calendar:</li>
+<ul>
+ <li><?php bugfix(64895); ?> (Integer overflow in SndToJewish).</li>
+</ul>
+</li>
+<li>Fileinfo:</li>
+<ul>
+ <li><?php bugfix(64830); ?> (mimetype detection segfaults on mp3 file).</li>
+</ul>
+</li>
+<li>FPM:</li>
+<ul>
+ <li>Ignore QUERY_STRING when sent in SCRIPT_FILENAME.</li>
+ <li>Fixed some possible memory or resource leaks and possible null 
dereference detected by code coverity scan.</li>
+ <li>Log a warning when a syscall fails.</li>
+ <li>Add --with-fpm-systemd option to report health to systemd, and 
systemd_interval option to configure this. The service can now use Type=notify 
in the systemd unit file.</li>
+</ul>
+</li>
+<li>MySQLi</li>
+<ul>
+  <li><?php bugfix(64726); ?> (Segfault when calling fetch_object on a 
use_result and DB pointer has closed).</li>
+</ul>
+</li>
+<li>Phar</li>
+<ul>
+ <li><?php bugfix(64214); ?> (PHAR PHPTs intermittently crash when run on DFS, 
SMB or with non std tmp dir).</li>
+</ul>
+</li>
+<li>SNMP:</li>
+<ul>
+ <li><?php bugfix(64765); ?> (Some IPv6 addresses get interpreted wrong).</li>
+ <li><?php bugfix(64159); ?> (Truncated snmpget).</li>
+</ul>
+</li>
+<li>Streams:</li>
+<ul>
+ <li><?php bugfix(64770); ?> (stream_select() fails with pipes returned by 
proc_open() on Windows x64).</li>
+</ul>
+</li>
+<li>Zend Engine:</li>
+<ul>
+ <li><?php bugfix(64821); ?> (Custom Exceptions crash when internal properties 
overridden).</li>
+</ul>
+</li>
+</ul>
+<!-- }}} -->
+
+<a name="5.3.26"></a><!-- {{{ 5.3.26 -->
+<h3>Version 5.3.26</h3>
+<b>06-Jun-2013</b>
+<ul>
+<li>Core:</li>
+<ul>
+ <li><?php bugfix(64879); ?> (Heap based buffer overflow in 
quoted_printable_encode, CVE-2013-2110).</li>
+</ul>
+</li>
+<li>Calendar:</li>
+<ul>
+ <li><?php bugfix(64895); ?> (Integer overflow in SndToJewish).</li>
+</ul>
+</li>
+<li>FPM:</li>
+<ul>
+ <li>Fixed some possible memory or resource leaks and possible null 
dereference detected by code coverity scan.</li>
+ <li>Log a warning when a syscall fails.</li>
+</ul>
+</li>
+<li>MySQLi:</li>
+<ul>
+ <li><?php bugfix(64726); ?> (Segfault when calling fetch_object on a 
use_result and DB pointer has closed).</li>
+</ul>
+</li>
+<li>Phar</li>
+<ul>
+ <li><?php bugfix(64214); ?> (PHAR PHPTs intermittently crash when run on DFS, 
SMB or with non std tmp dir).</li>
+</ul>
+</li>
+<li>Streams:</li>
+<ul>
+ <li><?php bugfix(64770); ?> (stream_select() fails with pipes returned by 
proc_open() on Windows x64).</li>
+</ul>
+</li>
+<li>Zend Engine:</li>
+<ul>
+ <li><?php bugfix(64821); ?> (Custom Exception crash when internal properties 
overridden).</li>
+</ul>
+</li>
+</ul>
+<!-- }}} -->
+
+
 <a name="5.4.15"></a><!-- {{{ 5.4.15 -->
 <h3>Version 5.4.15</h3>
 <b>09-May-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7e08eff..977cfb8 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2013-06-06-2.xml"/>
   <xi:include href="entries/2013-06-06-1.xml"/>
   <xi:include href="entries/2013-06-04-1.xml"/>
   <xi:include href="entries/2013-05-23-1.xml"/>
diff --git a/archive/entries/2013-06-06-2.xml b/archive/entries/2013-06-06-2.xml
new file mode 100644
index 0000000..4352a6c
--- /dev/null
+++ b/archive/entries/2013-06-06-2.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.4.16 and PHP 5.3.26 released!</title>
+  <id>http://php.net/archive/2013.php#id2013-06-06-2</id>
+  <published>2013-06-06T13:19:21-07:00</published>
+  <updated>2013-06-06T13:19:21-07:00</updated>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2013-06-06-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-06-06-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.4.16 and PHP 5.3.26. These releases fix about 15 bugs, including 
CVE-2013-2110. All users of PHP are encouraged to upgrade to PHP 5.4.16.</p>
+     
+     <p>For source downloads of PHP 5.4.16 and PHP 5.3.26 please visit our <a 
href="/downloads.php">downloads page</a>, Windows binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.</p>
+     
+     <p>The list of changes are recorded in the <a 
href="/ChangeLog-5.php">ChangeLog</a>.</p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 1a1b143..4af23af 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,37 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.4.15' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_4_15.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.4.15.tar.bz2',
+          'name' => 'PHP 5.4.15 (tar.bz2)',
+          'md5' => '145ea5e845e910443ff1eddb3dbcf56a',
+          'date' => '09 May 2013',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.4.15.tar.gz',
+          'name' => 'PHP 5.4.15 (tar.gz)',
+          'md5' => '2651b983c18df9d455ec4c69aef45834',
+          'date' => '09 May 2013',
+        ),
+        2 => 
+        array (
+          'link' => 'http://windows.php.net/download/#php-5.4',
+          'name' => 'Windows 5.4.15 binaries and source',
+        ),
+      ),
+      'date' => '09 May 2013',
+      'museum' => false,
+    ),
     '5.4.14' => 
     array (
       'announcement' => 
@@ -447,6 +478,68 @@ $OLDRELEASES = array (
       'date' => '01 March 2012',
       'museum' => false,
     ),
+    '5.3.25' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_3_25.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.3.25.tar.bz2',
+          'name' => 'PHP 5.3.25 (tar.bz2)',
+          'md5' => 'd71db8d92edbb48beb5b645b55471139',
+          'date' => '09 May 2013',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.3.25.tar.gz',
+          'name' => 'PHP 5.3.25 (tar.gz)',
+          'md5' => 'a430a48b8939fe1f8915ee38681b0afa',
+          'date' => '09 May 2013',
+        ),
+        2 => 
+        array (
+          'link' => 'http://windows.php.net/download/#php-5.3',
+          'name' => 'Windows 5.3.25 binaries and source',
+        ),
+      ),
+      'date' => '09 May 2013',
+      'museum' => false,
+    ),
+    '5.3.24' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_3_24.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.3.24.tar.bz2',
+          'name' => 'PHP 5.3.24 (tar.bz2)',
+          'md5' => '9820604df98c648297dcd31ffb8214e8',
+          'date' => '11 Apr 2013',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.3.24.tar.gz',
+          'name' => 'PHP 5.3.24 (tar.gz)',
+          'md5' => 'cb0311a6a5ed6ffff8f41f713f9d8e84',
+          'date' => '11 Apr 2013',
+        ),
+        2 => 
+        array (
+          'link' => 'http://windows.php.net/download/#php-5.3',
+          'name' => 'Windows 5.3.24 binaries and source',
+        ),
+      ),
+      'date' => '11 Apr 2013',
+      'museum' => false,
+    ),
     '5.3.23' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index d51fb10..0deafec 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -15,26 +15,26 @@
  *     ),
  * );6 Dec
 /* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.16RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_4_RC_DATE = '23 May 2013';
 
-$PHP_5_4_VERSION         = "5.4.15";
-$PHP_5_4_DATE            = "09 May 2013";
+$PHP_5_4_VERSION         = "5.4.16";
+$PHP_5_4_DATE            = "06 Jun 2013";
 $PHP_5_4_MD5     = array(
-                       "tar.bz2"       => "145ea5e845e910443ff1eddb3dbcf56a",
-                       "tar.gz"        => "2651b983c18df9d455ec4c69aef45834",
+                       "tar.bz2"       => "3d2c694d28861d707b2622c3cc941cff",
+                       "tar.gz"        => "3940a5295872964495f9c56596272d68",
 );
 
 /* PHP 5.3 Release */
-$PHP_5_3_RC      = '5.3.26RC1'; // Current RC version (e.g., '5.6.7RC1') or 
false
+$PHP_5_3_RC      = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_3_RC_DATE = '23 May 2013';
 
-$PHP_5_3_VERSION         = "5.3.25";
-$PHP_5_3_DATE            = "09 May 2013";
+$PHP_5_3_VERSION         = "5.3.26";
+$PHP_5_3_DATE            = "06 Jun 2013";
 
 $PHP_5_3_MD5     = array(
-                       "tar.bz2"       => "347625ed7fbf2fe1f1c70b0f879fee2a",
-                       "tar.gz"        => "b601279aad20ecfbcf6c6077b287d568",
+                       "tar.bz2"       => "d71db8d92edbb48beb5b645b55471139",
+                       "tar.gz"        => "a430a48b8939fe1f8915ee38681b0afa",
 );
 
 $RELEASES = array(
diff --git a/releases/5_3_26.php b/releases/5_3_26.php
new file mode 100644
index 0000000..b6852a6
--- /dev/null
+++ b/releases/5_3_26.php
@@ -0,0 +1,17 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_3_26.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.3.26 Release Announcement");
+?>
+
+<h1>PHP 5.3.26 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
5.3.25. About 6 bugs were fixed, including CVE 2013-2110. All users of PHP are 
encouraged to upgrade to PHP 5.4. PHP 5.3.26 is recommended for those wishing 
to remain on the 5.3 series.</p>
+
+<p>For source downloads of PHP 5.3.26 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.3.26";>ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>
diff --git a/releases/5_4_16.php b/releases/5_4_16.php
new file mode 100644
index 0000000..4a5049e
--- /dev/null
+++ b/releases/5_4_16.php
@@ -0,0 +1,19 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_16.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.16 Release Announcement");
+?>
+
+<h1>PHP 5.4.16 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.16. About 15 bugs were fixed, including CVE 2013-2110. All users of PHP 
are encouraged to
+upgrade to this release.</p>
+
+<p>For source downloads of PHP 5.4.16 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.4.16";>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