Commit: a879987131bb2aee5f4f5d40fc1fe983d840dc3f
Author: Stanislav Malyshev <[email protected]> Thu, 22 Aug 2013
16:09:04 -0700
Parents: 4ab607c4bb20b78b3db9623b3bbf3c3c01ca0e83
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=a879987131bb2aee5f4f5d40fc1fe983d840dc3f
Log:
5.4.19 and 5.5.3 release
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2013-08-22-1.xml
M include/releases.inc
M include/version.inc
M releases/5_4_18.php
A releases/5_4_19.php
M releases/5_5_2.php
A releases/5_5_3.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 6d87f94..585ddf8 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -11,6 +11,30 @@ function peclbugl($number) { echo "<a
href=\"http://pecl.php.net/bugs/bug.php?
<h1>PHP 5 ChangeLog</h1>
+<a name="5.5.3"></a><!-- {{{ 5.5.3 -->
+<h3>Version 5.5.3</h3>
+<b>22-Aug-2013</b>
+<ul><li>Openssl:
+<ul>
+ <li>Fixed UMR in fix for CVE-2013-4248.</li>
+</ul></li>
+</ul>
+<!-- }}} -->
+
+<a name="5.4.19"></a><!-- {{{ 5.4.19 -->
+<h3>Version 5.4.19</h3>
+<b>22-Aug-2013</b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(64503); ?> (Compilation fails with error: conflicting types
for 'zendparse').</li>
+</ul></li>
+<li>Openssl:
+<ul>
+ <li>Fixed UMR in fix for CVE-2013-4248.</li>
+</ul></li>
+</ul>
+<!-- }}} -->
+
<a name="5.5.2"></a><!-- {{{ 5.5.2 -->
<h3>Version 5.5.2</h3>
<b>15-Aug-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 1e735a2..4db7017 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-08-22-1.xml"/>
<xi:include href="entries/2013-08-19-2.xml"/>
<xi:include href="entries/2013-08-19-1.xml"/>
<xi:include href="entries/2013-08-16-1.xml"/>
diff --git a/archive/entries/2013-08-22-1.xml b/archive/entries/2013-08-22-1.xml
new file mode 100644
index 0000000..b508b9c
--- /dev/null
+++ b/archive/entries/2013-08-22-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.4.19 and PHP 5.5.3 Released!</title>
+ <id>http://php.net/archive/2013.php#id2013-08-22-1</id>
+ <published>2013-08-22T16:06:05-07:00</published>
+ <updated>2013-08-22T16:06:05-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-08-22-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2013.php#id2013-08-22-1" rel="via"
type="text/html"/>
+ <content type="html">
+ <p>The PHP development team announces the immediate availability of PHP
+ 5.4.19 and PHP 5.5.3. These releases fix a bug in the patch for
CVE-2013-4248 in OpenSSL module and
+ compile failure with ZTS enabled in PHP 5.4.</p>
+
+ <p>For source downloads of PHP 5.4.19 and PHP 5.5.3 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.19">ChangeLog</a>.
+ </p>
+</content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index a50571e..4d98b5d 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,44 @@
$OLDRELEASES = array (
5 =>
array (
+ '5.5.2' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_5_2.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.5.2.tar.bz2',
+ 'name' => 'PHP 5.5.2 (tar.bz2)',
+ 'md5' => 'caf7f4d86514a568fb3c8021b096a9f0',
+ 'date' => '15 Aug 2013',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.5.2.tar.gz',
+ 'name' => 'PHP 5.5.2 (tar.gz)',
+ 'md5' => '2a90884749f97868071538098b3debc1',
+ 'date' => '15 Aug 2013',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.5.2.tar.xz',
+ 'name' => 'PHP 5.5.2 (tar.xz)',
+ 'md5' => '95c6d7a4c36c475b10447954dea056a5',
+ 'date' => '15 Aug 2013',
+ ),
+ 3 =>
+ array (
+ 'link' => 'http://windows.php.net/download/#php-5.5',
+ 'name' => 'Windows 5.5.2 binaries and source',
+ ),
+ ),
+ 'date' => '15 Aug 2013',
+ 'museum' => false,
+ ),
'5.5.1' =>
array (
'announcement' =>
@@ -40,6 +78,37 @@ $OLDRELEASES = array (
'date' => '18 Jul 2013',
'museum' => false,
),
+ '5.4.18' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_4_18.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.4.18.tar.bz2',
+ 'name' => 'PHP 5.4.18 (tar.bz2)',
+ 'md5' => 'b2e185b46b22a48a385cf21a0dc76e65',
+ 'date' => '15 Aug 2013',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.4.18.tar.gz',
+ 'name' => 'PHP 5.4.18 (tar.gz)',
+ 'md5' => 'd0a3f55deceaec921f45f76d7b4e764b',
+ 'date' => '15 Aug 2013',
+ ),
+ 2 =>
+ array (
+ 'link' => 'http://windows.php.net/download/#php-5.4',
+ 'name' => 'Windows 5.4.18 binaries and source',
+ ),
+ ),
+ 'date' => '04 Jul 2013',
+ 'museum' => false,
+ ),
'5.4.17' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 9788fbe..87c97a4 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,22 +18,22 @@
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_5_RC_DATE = '23 May 2013';
-$PHP_5_5_VERSION = "5.5.2";
-$PHP_5_5_DATE = "15 Aug 2013";
+$PHP_5_5_VERSION = "5.5.3";
+$PHP_5_5_DATE = "22 Aug 2013";
$PHP_5_5_MD5 = array(
- "tar.bz2" => "caf7f4d86514a568fb3c8021b096a9f0",
- "tar.gz" => "2a90884749f97868071538098b3debc1",
- "tar.xz" => "95c6d7a4c36c475b10447954dea056a5",
+ "tar.bz2" => "886b08ee6865d654911a6bb02ae98ee8",
+ "tar.gz" => "a5dfdd41ccf539942db966310f7429da",
+ "tar.xz" => "437e98144ef014dfab0922a9eed36853",
);
/* PHP 5.4 Release */
$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_4_RC_DATE = '01 Aug 2013';
-$PHP_5_4_VERSION = "5.4.18";
-$PHP_5_4_DATE = "15 Aug 2013";
+$PHP_5_4_VERSION = "5.4.19";
+$PHP_5_4_DATE = "22 Aug 2013";
$PHP_5_4_MD5 = array(
- "tar.bz2" => "b2e185b46b22a48a385cf21a0dc76e65",
- "tar.gz" => "d0a3f55deceaec921f45f76d7b4e764b",
+ "tar.bz2" => "f06f99b9872b503758adab5ba7a7e755",
+ "tar.gz" => "9e7ad2494ba3de519328f74267de8342",
);
/* PHP 5.3 Release */
diff --git a/releases/5_4_18.php b/releases/5_4_18.php
index d9104cc..1413d29 100644
--- a/releases/5_4_18.php
+++ b/releases/5_4_18.php
@@ -11,6 +11,9 @@ site_header("PHP 5.4.18 Release Announcement");
5.4.18. About 30 bugs were fixed, including security issues CVE-2013-4113 and
CVE-2013-4248.
All users of PHP are encouraged to upgrade to this release.</p>
+<p><b>NOTE:</b> Please do not use this release, due to the bug in the fix for
CVE-2013-4248. This bug is fixed in
+PHP 5.4.19.</p>
+
<p>For source downloads of PHP 5.4.18 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.18">ChangeLog</a>.
diff --git a/releases/5_4_19.php b/releases/5_4_19.php
new file mode 100644
index 0000000..95f3c84
--- /dev/null
+++ b/releases/5_4_19.php
@@ -0,0 +1,19 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_19.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.19 Release Announcement");
+?>
+
+<h1>PHP 5.4.19 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.19. This release fixes a bug in the patch for CVE-2013-4248 in OpenSSL
module and
+compile failure with ZTS enabled.</p>
+
+<p>For source downloads of PHP 5.4.19 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.19">ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>
diff --git a/releases/5_5_2.php b/releases/5_5_2.php
index b59b0c3..d64ce84 100644
--- a/releases/5_5_2.php
+++ b/releases/5_5_2.php
@@ -11,6 +11,9 @@ site_header("PHP 5.5.2 Release Announcement");
5.5.2. About 20 bugs were fixed, including security issue in OpenSSL module
(CVE-2013-4248) and session fixation problem (CVE-2011-4718).
All users of PHP are encouraged to upgrade to this release.</p>
+<p><b>NOTE:</b> Please do not use this release, due to the bug in the fix for
CVE-2013-4248. This bug is fixed in
+PHP 5.5.3.</p>
+
<p>For source downloads of PHP 5.5.2 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.5.2">ChangeLog</a>.
diff --git a/releases/5_5_3.php b/releases/5_5_3.php
new file mode 100644
index 0000000..fee4930
--- /dev/null
+++ b/releases/5_5_3.php
@@ -0,0 +1,18 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_3.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.3 Release Announcement");
+?>
+
+<h1>PHP 5.4.19 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 5.5.3.
+This release fixes a bug in the patch for CVE-2013-4248 in OpenSSL module.</p>
+
+<p>For source downloads of PHP 5.5.3 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.5.3">ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php