Commit:    1339b20d6c1eb98af1e26c935783023798063c33
Author:    Stanislav Malyshev <[email protected]>         Thu, 19 Sep 2013 
21:51:01 -0700
Parents:   2ef9c33541363cb950e5bd8bb4272da8b5ab948a
Branches:  master

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

Log:
5.4.20

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2013-09-19-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_4_20.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index c2d7422..537c6f0 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -10,52 +10,120 @@ function peclbugl($number)   { echo "<a 
href=\"http://pecl.php.net/bugs/bug.php?
 ?>
 
 <h1>PHP 5 ChangeLog</h1>
-
 <section class="version" id="5.5.4"><!-- {{{ 5.5.4 -->
 <h3>Version 5.5.4</h3>
 <b>19-Sep-2013</b>
 <ul><li>Core:
 <ul>
-  <li><?php bugfix(60598); ?> (cli/apache sapi segfault on objects 
manipulation). (Laruence).</li>
+  <li><?php bugfix(60598); ?> (cli/apache sapi segfault on objects 
manipulation).</li>
   <li>Improved fputcsv() to allow specifying escape character.</li>
-  <li><?php bugfix(65483); ?> (quoted-printable encode stream filter 
incorrectly encoding spaces). (Michael M Slusarz)</li>
-  <li><?php bugfix(65470); ?> (Segmentation fault in zend_error() with 
--enable-dtrace). (Chris Jones, Kris Van Hees)</li>
-  <li><?php bugfix(65490); ?> (Duplicate calls to get lineno &amp; filename 
for DTRACE_FUNCTION_*). (Chris Jones)</li>
-  <li><?php bugfix(65225); ?> (PHP_BINARY incorrectly set). (Patrick 
Allaert)</li>
-  <li><?php bugfix(62692); ?> (PHP fails to build with DTrace). (Chris Jones, 
Kris Van Hees)</li>
-  <li><?php bugfix(61759); ?> (class_alias() should accept classes with 
leading backslashes). (Julien)</li>
-  <li><?php bugfix(46311); ?> (Pointer aliasing issue results in miscompile on 
gcc4.4). (Nikita Popov)</li>
+  <li><?php bugfix(65483); ?> (quoted-printable encode stream filter 
incorrectly encoding spaces).</li>
+  <li><?php bugfix(65470); ?> (Segmentation fault in zend_error() with 
--enable-dtrace).</li>
+  <li><?php bugfix(65490); ?> (Duplicate calls to get lineno &amp; filename 
for DTRACE_FUNCTION_*).</li>
+  <li><?php bugfix(65225); ?> (PHP_BINARY incorrectly set).</li>
+  <li><?php bugfix(62692); ?> (PHP fails to build with DTrace). </li>
+  <li><?php bugfix(61759); ?> (class_alias() should accept classes with 
leading backslashes). </li>
+  <li><?php bugfix(46311); ?> (Pointer aliasing issue results in miscompile on 
gcc4.4). </li>
 </ul></li>
 <li>cURL:
 <ul>
-  <li><?php bugfix(65458); ?> (curl memory leak). (Adam)</li>
+  <li><?php bugfix(65458); ?> (curl memory leak).</li>
 </ul></li>
 <li>Datetime:
 <ul>
-  <li><?php bugfix(65554); ?> (createFromFormat broken when weekday name is 
followed by some delimiters). (Valentin Logvinskiy, Stas).</li>
-  <li><?php bugfix(65564); ?> (stack-buffer-overflow in DateTimeZone stuff 
caught by AddressSanitizer). (Remi).</li>
+  <li><?php bugfix(65554); ?> (createFromFormat broken when weekday name is 
followed by some delimiters).</li>
+  <li><?php bugfix(65564); ?> (stack-buffer-overflow in DateTimeZone stuff 
caught by AddressSanitizer).</li>
 </ul></li>
 <li>OPCache:
 <ul>
-  <li><?php bugfix(65561); ?> (Zend Opcache on Solaris 11 x86 needs 
ZEND_MM_ALIGNMENT=4). (Terry Ellison)</li>
+  <li><?php bugfix(65561); ?> (Zend Opcache on Solaris 11 x86 needs 
ZEND_MM_ALIGNMENT=4).</li>
 </ul></li>
 <li>Openssl:
 <ul>
-  <li><?php bugfix(64802); ?> (openssl_x509_parse fails to parse subject 
properly in some cases). (Mark Jones).</li>
+  <li><?php bugfix(64802); ?> (openssl_x509_parse fails to parse subject 
properly in some cases).</li>
 </ul></li>
 <li>Session:
 <ul>
-  <li><?php bugfix(65475); ?> (Session ID is not initialized properly when 
strict session is enabled). (Yasuo).</li>
-  <li><?php bugfix(51127);bugfix(65359); ?> Request #25630/#43980/#54383 
(Added php_serialize session serialize handler that uses plain serialize()). 
(Yasuo)
-.</li>
+  <li><?php bugfix(65475); ?> (Session ID is not initialized properly when 
strict session is enabled).</li>
+  <li><?php bugfix(51127); ?> and <?php bugl(65359); ?>, FR <?php bugl(25630); 
?>/<?php bugl(43980); ?>/<?php bugl(54383); ?> (Added php_serialize session 
serialize handler that uses plain serialize())</li>
 </ul></li>
 <li>Standard:
 <ul>
-  <li> Fix issue with return types of password API helper functions. Found via 
static analysis by cjones. (Anthony Ferrara) </li>
+  <li> Fix issue with return types of password API helper functions. Found via 
static analysis by cjones.</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
 
+<a name="5.4.20"></a><!-- {{{ 5.4.20 -->
+<h3>Version 5.4.20</h3>
+<b>19-Sep-2013</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(60598); ?> (cli/apache sapi segfault on objects 
manipulation).</li>
+  <li><?php bugfix(65579); ?> (Using traits with get_class_methods causes 
segfault).</li>
+  <li><?php bugfix(65490); ?> (Duplicate calls to get lineno &amp; filename 
for DTRACE_FUNCTION_*).</li>
+  <li><?php bugfix(65483); ?> (quoted-printable encode stream filter 
incorrectly encoding spaces).</li>
+  <li><?php bugfix(65481); ?> (shutdown segfault due to serialize) (Mike)</li>
+  <li><?php bugfix(65470); ?> (Segmentation fault in zend_error() with 
--enable-dtrace).</li>
+  <li><?php bugfix(65372); ?> (Segfault in gc_zval_possible_root when return 
reference fails).</li>
+  <li><?php bugfix(65304); ?> (Use of max int in array_sum).</li>
+  <li><?php bugfix(65291); ?> (get_defined_constants() causes PHP to crash in 
a very limited case).</li>
+  <li><?php bugfix(65225); ?> (PHP_BINARY incorrectly set).</li>
+  <li>Improved fix for bug <?php bugl(63186); ?> (compile failure on 
netbsd).</li>
+  <li><?php bugfix(62692); ?> (PHP fails to build with DTrace).</li>
+  <li><?php bugfix(61759); ?> (class_alias() should accept classes with 
leading backslashes).</li>
+  <li><?php bugfix(61345); ?> (CGI mode - make install don't work).</li>
+  <li>Cherry-picked some DTrace build commits (allowing builds on Linux, bug 
#62691, and bug #63706) from PHP 5.5 branch</li>
+  <li><?php bugfix(61268); ?> (--enable-dtrace leads make to clobber 
Zend/zend_dtrace.d) (Chris Jones)</li>
+</ul></li>
+<li>cURL:
+<ul>
+  <li><?php bugfix(65458); ?> (curl memory leak).</li>
+</ul></li>
+<li>Datetime:
+<ul>
+  <li><?php bugfix(65554); ?> (createFromFormat broken when weekday name is 
followed by some delimiters)</li>
+  <li><?php bugfix(65564); ?> (stack-buffer-overflow in DateTimeZone stuff 
caught by AddressSanitizer)</li>
+</ul></li>
+<li>Openssl:
+<ul>
+  <li><?php bugfix(64802); ?> (openssl_x509_parse fails to parse subject 
properly in some cases).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(62129); ?> (rfc1867 crashes php even though turned 
off).</li>
+  <li><?php bugfix(50308); ?> (session id not appended properly for empty 
anchor tags).</li>
+  <li>Fixed possible buffer overflow under Windows. Note: Not a security 
fix.</li>
+  <li>Changed session.auto_start to PHP_INI_PERDIR.</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(65018); ?> (SoapHeader problems with SoapServer).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(65328); ?> (Segfault when getting SplStack object 
Value).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li><?php bugfix(64953); ?> (Postgres prepared statement positional 
parameter casting).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(65028); ?> (Phar::buildFromDirectory creates corrupt 
archives for some specific contents).</li>
+</ul></li>
+<li>Pgsql:
+<ul>
+  <li><?php bugfix(65336); ?> (pg_escape_literal/identifier() silently returns 
false).</li>
+  <li><?php bugfix(62978); ?> (Disallow possible SQL injections with 
pg_select()/pg_update() /pg_delete()/pg_insert()).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+  <li><?php bugfix(65391); ?> (Unable to send vary header user-agent when 
ob_start('ob_gzhandler') is called).</li>
+</ul></li>
+</ul>
+<!-- }}} -->
+
 <section class="version" id="5.5.3"><!-- {{{ 5.5.3 -->
 <h3>Version 5.5.3</h3>
 <b>22-Aug-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7dcba71..ffc055a 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/2013-09-19-2.xml"/>
   <xi:include href="entries/2013-09-19-1.xml"/>
   <xi:include href="entries/2013-09-05-1.xml"/>
   <xi:include href="entries/2013-09-01-1.xml"/>
diff --git a/archive/entries/2013-09-19-2.xml b/archive/entries/2013-09-19-2.xml
new file mode 100644
index 0000000..17f0f74
--- /dev/null
+++ b/archive/entries/2013-09-19-2.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.4.20 Release Announcement</title>
+  <id>http://php.net/archive/2013.php#id2013-09-19-2</id>
+  <published>2013-09-19T21:42:19-07:00</published>
+  <updated>2013-09-19T21:42:19-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#id2013-09-19-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-09-19-2"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <h1>PHP 5.4.20 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     5.4.20. About 30 bugs were fixed. All PHP 5.4 users are encouraged to 
upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.4.20 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.20";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 1cb906f..9b64d03 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -116,6 +116,37 @@ $OLDRELEASES = array (
       'date' => '18 Jul 2013',
       'museum' => false,
     ),
+    '5.4.19' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_4_19.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.4.19.tar.bz2',
+          'name' => 'PHP 5.4.19 (tar.bz2)',
+          'md5' => 'f06f99b9872b503758adab5ba7a7e755',
+          'date' => '22 Aug 2013',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.4.19.tar.gz',
+          'name' => 'PHP 5.4.19 (tar.gz)',
+          'md5' => '9e7ad2494ba3de519328f74267de8342',
+          'date' => '22 Aug 2013',
+        ),
+        2 => 
+        array (
+          'link' => 'http://windows.php.net/download/#php-5.4',
+          'name' => 'Windows 5.4.19 binaries and source',
+        ),
+      ),
+      'date' => '22 Aug 2013',
+      'museum' => false,
+    ),
     '5.4.18' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index bfea627..7a13479 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -26,14 +26,14 @@ $PHP_5_5_MD5     = array(
                        "tar.xz"        => "32c1dc56701d21def91a39a312392b54",
 );
 /* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.20RC1'; // 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 = '05 Sep 2013';
 
-$PHP_5_4_VERSION         = "5.4.19";
-$PHP_5_4_DATE            = "22 Aug 2013";
+$PHP_5_4_VERSION         = "5.4.20";
+$PHP_5_4_DATE            = "19 Sep 2013";
 $PHP_5_4_MD5     = array(
-                       "tar.bz2"       => "f06f99b9872b503758adab5ba7a7e755",
-                       "tar.gz"        => "9e7ad2494ba3de519328f74267de8342",
+                       "tar.bz2"       => "e25db5592ed14842b4239be9d990cce8",
+                       "tar.gz"        => "e505b63ebe383ef9a378467216ba69d4",
 );
 
 /* PHP 5.3 Release */
diff --git a/releases/5_4_20.php b/releases/5_4_20.php
new file mode 100644
index 0000000..cf65706
--- /dev/null
+++ b/releases/5_4_20.php
@@ -0,0 +1,19 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_20.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.20 Release Announcement");
+?>
+
+<h1>PHP 5.4.20 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.20. About 30 bugs were fixed. All PHP 5.4 users are encouraged to upgrade 
to this version.
+</p>
+
+<p>For source downloads of PHP 5.4.20 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.20";>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