Commit:    3d60cd564c7007e2070b54f5a845affcfa0194e1
Author:    Stanislav Malyshev <[email protected]>         Thu, 17 Oct 2013 
15:30:04 -0700
Parents:   b61f5e2d1bd21363b2b6086a2b52fc3f196f9e8f
Branches:  master

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

Log:
5.4.21

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2013-10-17-1.xml
  M  bin/news2html
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_4_21.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 3718515..c41b8a5 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -86,6 +86,46 @@ function peclbugl($number)   { echo "<a 
href=\"http://pecl.php.net/bugs/bug.php?
 </ul>
 <!-- }}} --></section>
 
+<section class="version" id="5.4.21"><!-- {{{ 5.4.21 -->
+<h3>Version 5.4.21</h3>
+<b>17-Oct-2013</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(65322); ?> (compile time errors won't trigger auto 
loading).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+  <li><?php bugfix(65633); ?> (built-in server treat some http headers as 
case-sensitive).</li>
+</ul></li>
+<li>Datetime:
+<ul>
+  <li><?php bugfix(64157); ?> (DateTime::createFromFormat() reports confusing 
error message).</li>
+</ul></li>
+<li>DBA extension:
+<ul>
+  <li><?php bugfix(65708); ?> (dba functions cast $key param to string 
in-place, bypassing copy on write).</li>
+</ul></li>
+<li>Filter:
+<ul>
+  <li>Add RFC 6598 IPs to reserved addresses.</li>
+  <li><?php bugfix(64441); ?> (FILTER_VALIDATE_URL rejects fully qualified 
domain names).</li>
+</ul></li>
+<li>IMAP:
+<ul>
+  <li><?php bugfix(65721); ?> (configure script broken in 5.5.4 and 5.4.20 
when enabling imap).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(61548); ?> (content-type must appear at the end of headers 
for 201 Location to work in http).</li>
+</ul></li>
+<li>Build system:
+<ul>
+  <li><?php bugfix(62396); ?> ('make test' crashes starting with 5.3.14 
(missing gzencode())).</li>
+</ul></li>
+</ul>
+<!-- }}} -->
+</section>
+
 <section class="version" id="5.5.4"><!-- {{{ 5.5.4 -->
 <h3>Version 5.5.4</h3>
 <b>19-Sep-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 6eddf51..8b7b4a5 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-10-17-1.xml"/>
   <xi:include href="entries/2013-10-16-1.xml"/>
   <xi:include href="entries/2013-10-10-2.xml"/>
   <xi:include href="entries/2013-10-10-1.xml"/>
diff --git a/archive/entries/2013-10-17-1.xml b/archive/entries/2013-10-17-1.xml
new file mode 100644
index 0000000..b64f398
--- /dev/null
+++ b/archive/entries/2013-10-17-1.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.4.21 Released</title>
+  <id>http://php.net/archive/2013.php#id2013-10-17-1</id>
+  <published>2013-10-17T15:28:32-07:00</published>
+  <updated>2013-10-17T15:28:32-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-10-17-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-10-17-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.4.21. About 10 bugs were fixed. All PHP 5.4 users are encouraged to 
upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.4.21 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.21";>ChangeLog</a>.
+     </p>
+     
+    </div>
+  </content>
+</entry>
diff --git a/bin/news2html b/bin/news2html
index b499010..fa432d2 100755
--- a/bin/news2html
+++ b/bin/news2html
@@ -44,7 +44,7 @@ while(($ln = fgets($fp)) !== false) {
        }
 }
 echo <<<HEAD
-<a name="$version"></a><!-- {{{ $version -->
+<section class="version" id="$version"><!-- {{{ $version -->
 <h3>Version $version</h3>
 <b>$date</b>
 <ul>
@@ -67,4 +67,4 @@ foreach($entries as $module => $items) {
        }
        echo "</ul></li>\n";
 }
-echo "</ul>\n<!-- }}} -->\n\n";
+echo "</ul>\n<!-- }}} --></section>\n\n";
diff --git a/include/releases.inc b/include/releases.inc
index a548f80..7ed5eeb 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -192,6 +192,37 @@ $OLDRELEASES = array (
       'date' => '20 Jun 2013',
       'museum' => false,
     ),
+    '5.4.20' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_4_20.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.4.20.tar.bz2',
+          'name' => 'PHP 5.4.20 (tar.bz2)',
+          'md5' => 'e25db5592ed14842b4239be9d990cce8',
+          'date' => '19 Sep 2013',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.4.20.tar.gz',
+          'name' => 'PHP 5.4.20 (tar.gz)',
+          'md5' => 'e505b63ebe383ef9a378467216ba69d4',
+          'date' => '19 Sep 2013',
+        ),
+        2 => 
+        array (
+          'link' => 'http://windows.php.net/download/#php-5.4',
+          'name' => 'Windows 5.4.20 binaries and source',
+        ),
+      ),
+      'date' => '19 Sep 2013',
+      'museum' => false,
+    ),
     '5.4.19' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 450f814..eef589b 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -26,14 +26,14 @@ $PHP_5_5_MD5     = array(
                        "tar.xz"        => "a4788118fdb0c4d8cef08be72025e983",
 );
 /* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.21RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_4_RC = false; //'5.4.21RC1'; // Current RC version (e.g., '5.6.7RC1') 
or false
 $PHP_5_4_RC_DATE = '03 Oct 2013';
 
-$PHP_5_4_VERSION         = "5.4.20";
-$PHP_5_4_DATE            = "19 Sep 2013";
+$PHP_5_4_VERSION         = "5.4.21";
+$PHP_5_4_DATE            = "17 Oct 2013";
 $PHP_5_4_MD5     = array(
-                       "tar.bz2"       => "e25db5592ed14842b4239be9d990cce8",
-                       "tar.gz"        => "e505b63ebe383ef9a378467216ba69d4",
+                       "tar.bz2"       => "3dcf021e89b039409d0b1c346b936b5f",
+                       "tar.gz"        => "cc8da0d18683e3a83b332f264af7ca83",
 );
 
 /* PHP 5.3 Release */
diff --git a/releases/5_4_21.php b/releases/5_4_21.php
new file mode 100644
index 0000000..5d964af
--- /dev/null
+++ b/releases/5_4_21.php
@@ -0,0 +1,19 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_21.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.21 Release Announcement");
+?>
+
+<h1>PHP 5.4.21 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.21. About 10 bugs were fixed. All PHP 5.4 users are encouraged to upgrade 
to this version.
+</p>
+
+<p>For source downloads of PHP 5.4.21 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.21";>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