Commit: 27c31e4817754a01fe74cbd700aa1365531f4af3
Author: Johannes Schlüter <johan...@schlueters.de> Thu, 17 Jan 2013
15:56:03 +0100
Parents: 5bba5deeaf78075a695d1b7c652e74cd96b3d7cf
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=27c31e4817754a01fe74cbd700aa1365531f4af3
Log:
PHP 5.3.21 and 5.4.11
Changed paths:
A 5_3_21.php
A 5_4_11.php
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2013-01-17-1.xml
M include/releases.inc
M include/version.inc
diff --git a/5_3_21.php b/5_3_21.php
new file mode 100644
index 0000000..fb6d489
--- /dev/null
+++ b/5_3_21.php
@@ -0,0 +1,18 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_3_21.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.3.21 Release Announcement");
+?>
+
+<h1>PHP 5.3.21 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.3.21. About 5 bugs were fixed All users of PHP are encouraged to upgrade to
PHP 5.4. PHP 5.3.21 is recommended for those wishing to remain on the 5.3
series.</p>
+
+<p>For source downloads of PHP 5.3.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.3.21">ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>
diff --git a/5_4_11.php b/5_4_11.php
new file mode 100644
index 0000000..794db3f
--- /dev/null
+++ b/5_4_11.php
@@ -0,0 +1,19 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_11.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.11 Release Announcement");
+?>
+
+<h1>PHP 5.4.11 Release Announcement</h1>
+
+<p>The PHP development team would like to announce the immediate
+availability of PHP 5.4.11. About 10 bugs were fixed. All
+users of PHP are encouraged to upgrade to this release.</p>
+
+<p>For source downloads of PHP 5.4.11 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.11">ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 6dba4c5..ef95a69 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -11,6 +11,73 @@ function peclbugl($number) { echo "<a
href=\"http://pecl.php.net/bugs/bug.php?
<h1>PHP 5 ChangeLog</h1>
+<a name="5.4.11"></a><!-- {{{ 5.4.11 -->
+<h3>Version 5.4.11</h3>
+<b>17-January-2013</b>
+<ul>
+<li>Core:</li>
+<ul>
+ <li><?php bugfix(63762); ?> (Sigsegv when Exception::$trace is changed by
user).</li>
+ <li><?php bugfix(43177); ?> (Errors in eval()'ed code produce status code
500).</li>
+</ul>
+</ul>
+
+<ul>
+<li>Filter:</li>
+<ul>
+ <li><?php bugfix(63757); ?> (getenv() produces memory leak with CGI
SAPI).</li>
+ <li><?php bugfix(54096); ?> (FILTER_VALIDATE_INT does not accept +0 and
-0).</li>
+</ul>
+</ul>
+
+<ul>
+<li>JSON:</li>
+<ul>
+ <li><?php bugfix(63737); ?> (json_decode does not properly decode with
options parameter).</li>
+</ul>
+</ul>
+
+<ul>
+<li>CLI server:</li>
+<ul>
+ <li>Update list of common mime types. Added webm, ogv, ogg.</li>
+</ul>
+</ul>
+
+<ul>
+<li>cURL extension:</li>
+<ul>
+ <li>Fixed bug (segfault due to libcurl connection caching).</li>
+ <li><?php bugfix(63859); ?> (Memory leak when reusing curl-handle).</li>
+ <li><?php bugfix(63795); ?> (CURL >= 7.28.0 no longer support value 1 for
CURLOPT_SSL_VERIFYHOST).</li>
+ <li><?php bugfix(63352); ?> (Can't enable hostname validation when using
curl stream wrappers).</li>
+ <li><?php bugfix(55438); ?> (Curlwapper is not sending http header
randomly).</li>
+</ul>
+</ul>
+<!-- }}} -->
+
+<a name="5.3.21"></a><!-- {{{ 5.3.21 -->
+<h3>Version 5.3.21</h3>
+<b>17-January-2013</b>
+<ul>
+<li>Zend Engine:</li>
+<ul>
+ <li><?php bugfix(63762); ?> (Sigsegv when Exception::$trace is changed by
user).</li>
+</ul>
+</ul>
+
+<ul>
+<li>cURL extension:</li>
+<ul>
+ <li>Fixed bug (segfault due to libcurl connection caching).</li>
+ <li><?php bugfix(63795); ?> (CURL >= 7.28.0 no longer support value 1 for
CURLOPT_SSL_VERIFYHOST).</li>
+ <li><?php bugfix(63352); ?> (Can't enable hostname validation when using
curl stream wrappers).</li>
+ <li><?php bugfix(55438); ?> (Curlwapper is not sending http header
randomly).</li>
+</ul>
+</ul>
+<!-- }}} -->
+
+
<a name="5.4.10"></a><!-- {{{ 5.4.10 -->
<h3>Version 5.4.10</h3>
diff --git a/archive/archive.xml b/archive/archive.xml
index 4decae3..ee28ba8 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-01-17-1.xml"/>
<xi:include href="entries/2013-01-11-1.xml"/>
<xi:include href="entries/2013-01-10-1.xml"/>
<xi:include href="entries/2012-12-21-1.xml"/>
@@ -20,5 +21,4 @@
<xi:include href="entries/2012-11-02-1.xml"/>
<xi:include href="entries/2012-10-13-1.xml"/>
<xi:include href="entries/2012-10-05-1.xml"/>
-
</feed>
diff --git a/archive/entries/2013-01-17-1.xml b/archive/entries/2013-01-17-1.xml
new file mode 100644
index 0000000..d5bf897
--- /dev/null
+++ b/archive/entries/2013-01-17-1.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.4.11 and PHP 5.3.21 released!</title>
+ <id>http://php.net/archive/2013.php#id2013-01-17-1</id>
+ <published>2013-01-17T14:54:00+00:00</published>
+ <updated>2013-01-17T14:54:00+00: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-01-17-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2013.php#id2013-01-17-1" rel="via"
type="text/html"/>
+ <content type="xhtml">
+ <div xmlns="http://www.w3.org/1999/xhtml">
+ <div>
+ <p>The PHP development team announces the immediate availability of PHP
5.4.11 and PHP 5.3.21. These releases fix about 10 bugs. All users of PHP are
encouraged to upgrade to PHP 5.4.</p>
+ <p>For source downloads of PHP 5.4.11 and PHP 5.3.21 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>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index b83fa76..e27bb15 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,37 @@
$OLDRELEASES = array (
5 =>
array (
+ '5.4.10' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_4_10.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.4.10.tar.bz2',
+ 'name' => 'PHP 5.4.10 (tar.bz2)',
+ 'md5' => 'cb716b657a30570b9b468b9e7bc551a1',
+ 'date' => '20 Dec 2012',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.4.10.tar.gz',
+ 'name' => 'PHP 5.4.10 (tar.gz)',
+ 'md5' => '1e7fbe418658d5433bd315030584c45c',
+ 'date' => '20 Dec 2012',
+ ),
+ 2 =>
+ array (
+ 'link' => 'http://windows.php.net/download/#php-5.4',
+ 'name' => 'Windows 5.4.10 binaries and source',
+ ),
+ ),
+ 'date' => '20 Dec 2012',
+ 'museum' => false,
+ ),
'5.4.9' =>
array (
'announcement' =>
@@ -266,6 +297,63 @@ $OLDRELEASES = array (
'date' => '26 April 2012',
'museum' => false,
),
+ '5.4.0' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_4_0.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.4.0.tar.bz2',
+ 'name' => 'PHP 5.4.0 (tar.bz2)',
+ 'md5' => '04bb6f9d71ea86ba05685439d50db074',
+ 'date' => '01 March 2012',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.4.0.tar.gz',
+ 'name' => 'PHP 5.4.0 (tar.gz)',
+ 'md5' => '46b72e274c6ea7e775245ffdb81c9ce5',
+ 'date' => '01 March 2012',
+ ),
+ ),
+ 'date' => '01 March 2012',
+ 'museum' => false,
+ ),
+ '5.3.20' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_3_20.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.3.20.tar.bz2',
+ 'name' => 'PHP 5.3.20 (tar.bz2)',
+ 'md5' => 'c00241b9e89e93adf3baac32c56211e4e',
+ 'date' => '20 Dec 2012',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.3.20.tar.gz',
+ 'name' => 'PHP 5.3.20 (tar.gz)',
+ 'md5' => '1e202851bf2ba1ee96d7dc5b48944119',
+ 'date' => '20 Dec 2012',
+ ),
+ 2 =>
+ array (
+ 'link' => 'http://windows.php.net/download/#php-5.3',
+ 'name' => 'Windows 5.3.20 binaries and source',
+ ),
+ ),
+ 'date' => '20 Dec 2012',
+ 'museum' => false,
+ ),
'5.3.19' =>
array (
'announcement' =>
@@ -452,32 +540,6 @@ $OLDRELEASES = array (
'date' => '14 June 2012',
'museum' => false,
),
- '5.4.0' =>
- array (
- 'announcement' =>
- array (
- 'English' => '/releases/5_4_0.php',
- ),
- 'source' =>
- array (
- 0 =>
- array (
- 'filename' => 'php-5.4.0.tar.bz2',
- 'name' => 'PHP 5.4.0 (tar.bz2)',
- 'md5' => '04bb6f9d71ea86ba05685439d50db074',
- 'date' => '01 March 2012',
- ),
- 1 =>
- array (
- 'filename' => 'php-5.4.0.tar.gz',
- 'name' => 'PHP 5.4.0 (tar.gz)',
- 'md5' => '46b72e274c6ea7e775245ffdb81c9ce5',
- 'date' => '01 March 2012',
- ),
- ),
- 'date' => '01 March 2012',
- 'museum' => false,
- ),
'5.3.13' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 6804bbf..fd48e93 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -15,27 +15,26 @@
* ),
* );6 Dec
/* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.11RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_4_RC = false; // '5.4.11RC1'; // Current RC version (e.g., '5.6.7RC1')
or false
$PHP_5_4_RC_DATE = '03 Jan 2013';
-$PHP_5_4_VERSION = "5.4.10";
-$PHP_5_4_DATE = "20 Dec 2012";
-
+$PHP_5_4_VERSION = "5.4.11";
+$PHP_5_4_DATE = "17 Jan 2013";
$PHP_5_4_MD5 = array(
- "tar.bz2" => "cb716b657a30570b9b468b9e7bc551a1",
- "tar.gz" => "1e7fbe418658d5433bd315030584c45c",
+ "tar.bz2" => "9975e68c22b86b013b934743ad2d2276",
+ "tar.gz" => "32fa16b3abd5527316c3c076b3395914",
);
/* PHP 5.3 Release */
-$PHP_5_3_RC = '5.3.21RC1'; // Current RC version (e.g., '5.6.7RC1') or
false
+$PHP_5_3_RC = false; // '5.3.21RC1'; // Current RC version (e.g.,
'5.6.7RC1') or false
$PHP_5_3_RC_DATE = '03 Jan 2013';
-$PHP_5_3_VERSION = "5.3.20";
-$PHP_5_3_DATE = "20 Dec 2012";
+$PHP_5_3_VERSION = "5.3.21";
+$PHP_5_3_DATE = "17 Jan 2013";
$PHP_5_3_MD5 = array(
- "tar.bz2" => "00241b9e89e93adf3baac32c56211e4e",
- "tar.gz" => "1e202851bf2ba1ee96d7dc5b48944119",
+ "tar.bz2" => "1b214fc19bb5f5c0902ba27c74d5f4a2",
+ "tar.gz" => "f47fbe3407520e5d9d895168950aa683",
);
$RELEASES = array(
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php