Commit:    221c3728aa0fdd64e3e13c4de6594c852463dd15
Author:    Stanislav Malyshev <[email protected]>         Thu, 18 Sep 2014 
20:12:13 -0700
Parents:   b30402100d076fb5c551bfd2c4a9b6e9423b87e7
Branches:  master

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

Log:
5.4.33

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-09-18-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_4_33.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index f366bf3..3635990 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -59,6 +59,43 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
+<section class="version" id="5.4.33"><!-- {{{ 5.4.33 -->
+<h3>Version 5.4.33</h3>
+<b>18-Sep-2014</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(47358); ?> (glob returns error, should be empty 
array()).</li>
+  <li><?php bugfix(65463); ?> (SIGSEGV during zend_shutdown()).</li>
+  <li><?php bugfix(66036); ?> (Crash on SIGTERM in apache process).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(41631); ?> (socket timeouts not honored in blocking SSL 
reads).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(66091); ?> (memory leaks in DateTime constructor).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(67606); ?> (FPM with mod_fastcgi/apache2.4 is broken).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Made fontFetch's path parser thread-safe.</li>
+</ul></li>
+<li>Wddx:
+<ul>
+  <li><?php bugfix(67873); ?> (Segfaults in php_wddx_serialize_var).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+  <li><?php bugfix(67724); ?> (chained zlib filters silently fail with large 
amounts of data).</li>
+  <li><?php bugfix(67865); ?> (internal corruption phar error).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.6.0"><!-- {{{ 5.6.0 -->
 <h3>Version 5.6.0</h3>
 <b>28-Aug-2014</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index a346792..b4e859c 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-09-18-2.xml"/>
   <xi:include href="entries/2014-09-18-1.xml"/>
   <xi:include href="entries/2014-09-09-1.xml"/>
   <xi:include href="entries/2014-08-28-1.xml"/>
diff --git a/archive/entries/2014-09-18-2.xml b/archive/entries/2014-09-18-2.xml
new file mode 100644
index 0000000..748b7b5
--- /dev/null
+++ b/archive/entries/2014-09-18-2.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.4.33 Released</title>
+  <id>http://php.net/archive/2014.php#id2014-09-18-2</id>
+  <published>2014-09-18T20:03:36-07:00</published>
+  <updated>2014-09-18T20:03:36-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-09-18-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-09-18-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.33. 10 bugs were fixed in this release.
+     
+     All PHP 5.4 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>
+     This release is the last planned release that contains regular bugfixes. 
All the consequent releases
+     will contain only security-relevant fixes, for the term of one year.
+     PHP 5.4 users that need further bugfixes are encouraged to upgrade to PHP 
5.6 or PHP 5.5.
+     </p>
+     
+     <p>For source downloads of PHP 5.4.33 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.33";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index c1b0f13..b590311 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -556,6 +556,37 @@ $OLDRELEASES = array (
       'date' => '20 Jun 2013',
       'museum' => true,
     ),
+    '5.4.32' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_4_32.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.4.32.tar.bz2',
+          'name' => 'PHP 5.4.32 (tar.bz2)',
+          'md5' => '0de30057773755c742ef4916c473292c',
+          'date' => '21 Aug 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.4.32.tar.gz',
+          'name' => 'PHP 5.4.32 (tar.gz)',
+          'md5' => 'f0bd6e6cf4ea39dd5ef5c5b7e640b49b',
+          'date' => '21 Aug 2014',
+        ),
+        2 => 
+        array (
+          'link' => 'http://windows.php.net/download/#php-5.4',
+          'name' => 'Windows 5.4.32 binaries and source',
+        ),
+      ),
+      'date' => '21 Aug 2014',
+      'museum' => false,
+    ),
     '5.4.31' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 32f5c6c..63fb387 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -37,14 +37,14 @@ $PHP_5_5_MD5     = array(
                        "tar.xz"        => "e5f25dae73004658533ee7701a527bd0",
 );
 /* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.33RC1'; // 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 = '4 Sep 2014';
 
 $PHP_5_4_VERSION         = "5.4.32";
-$PHP_5_4_DATE            = "21 Aug 2014";
+$PHP_5_4_DATE            = "18 Sep 2014";
 $PHP_5_4_MD5     = array(
-                       "tar.bz2"       => "0de30057773755c742ef4916c473292c",
-                       "tar.gz"        => "f0bd6e6cf4ea39dd5ef5c5b7e640b49b",
+                       "tar.bz2"       => "c6878bb1cdb46bfc1e1a5cd67a024737",
+                       "tar.gz"        => "3f58e6de44c6af3882ca638bb24cec0f",
 );
 
 /* PHP 5.3 Release */
diff --git a/releases/5_4_33.php b/releases/5_4_33.php
new file mode 100644
index 0000000..96ca667
--- /dev/null
+++ b/releases/5_4_33.php
@@ -0,0 +1,27 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_33.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.33 Release Announcement");
+?>
+
+<h1>PHP 5.4.33 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.33. 10 bugs were fixed in this release. 
+
+All PHP 5.4 users are encouraged to upgrade to this version.
+</p>        
+
+<p>
+This release is the last planned release that contains regular bugfixes. All 
the consequent releases
+will contain only security-relevant fixes, for the term of one year.
+PHP 5.4 users that need further bugfixes are encouraged to upgrade to PHP 5.6 
or PHP 5.5.
+</p>
+
+<p>For source downloads of PHP 5.4.33 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.33";>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