From 0c1f39588d6463d899aafbcd8e2855ee03672f56 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Fri, 4 Sep 2015 12:39:23 -0700 Subject: [PATCH] 5.4.45 --- ChangeLog-5.php | 40 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2015-08-06-2.xml | 2 +- archive/entries/2015-09-04-4.xml | 30 ++++++++++++++++++++++++ include/releases.inc | 33 ++++++++++++++++++++++++++ include/version.inc | 12 +++++----- releases/5_4_44.php | 2 +- releases/5_4_45.php | 26 +++++++++++++++++++++ 8 files changed, 138 insertions(+), 8 deletions(-) create mode 100644 archive/entries/2015-09-04-4.xml create mode 100644 releases/5_4_45.php diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 5bf99efc2..801d11efd 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -117,6 +117,46 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 5.4.45

+ + +
+

Version 5.6.12

diff --git a/archive/archive.xml b/archive/archive.xml index 12254b8ce..afdb4edc4 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2015-08-06-2.xml b/archive/entries/2015-08-06-2.xml index 51b6ba044..6f2c4d77e 100644 --- a/archive/entries/2015-08-06-2.xml +++ b/archive/entries/2015-08-06-2.xml @@ -21,7 +21,7 @@

Please note that PHP 5.4 branch is nearing the end of its support timeframe. Either September or October release, depending on discovered issues, will be the last official release of PHP 5.4. - If your PHP installations is based on PHP 5.4, it may be a good time to start making the plans for the upgrade. + If your PHP installation is based on PHP 5.4, it may be a good time to start making the plans for the upgrade.

diff --git a/archive/entries/2015-09-04-4.xml b/archive/entries/2015-09-04-4.xml new file mode 100644 index 000000000..7eae0cc70 --- /dev/null +++ b/archive/entries/2015-09-04-4.xml @@ -0,0 +1,30 @@ + + + PHP 5.4.45 Released + http://php.net/archive/2015.php#id2015-09-04-4 + 2015-09-04T12:37:46-07:00 + 2015-09-04T12:37:46-07:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 5.4.45. Ten security-related issues were fixed in this release. + All PHP 5.4 users are encouraged to upgrade to this version. +

+ +

For source downloads of PHP 5.4.45 please visit our downloads page, + Windows binaries can be found on windows.php.net/download/. + The list of changes is recorded in the ChangeLog. +

+ +

Please note that according to the PHP version support timelines, + PHP 5.4.45 is the last scheduled release of PHP 5.4 branch. There may be additional release if we discover + important security issues that warrant it, otherwise this release will be the final one in the PHP 5.4 + If your PHP installation is based on PHP 5.4, it may be a good time to start making the plans for the upgrade to PHP 5.5 or PHP 5.6. +

+
+
+
diff --git a/include/releases.inc b/include/releases.inc index b12a63c3b..ea70c38e9 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1411,6 +1411,39 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.44' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_44.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.44.tar.bz2', + 'name' => 'PHP 5.4.44 (tar.bz2)', + 'md5' => '25725eb0dff0d45351b01fb483709b8d', + 'sha256' => '8dd59e5ce9248cf36ac3de5412a518b8b24c01ace6c46ce3d12e4ce981a3856d', + 'date' => '06 Aug 2015', + ), + 1 => + array ( + 'filename' => 'php-5.4.44.tar.gz', + 'name' => 'PHP 5.4.44 (tar.gz)', + 'md5' => '9a6f79bc68eb926d230448905229dd1c', + 'sha256' => '1799998e48da3d8f34722840628e18789e26ea21741d4e498ade6749b3266602', + 'date' => '06 Aug 2015', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.44 binaries and source', + ), + ), + 'date' => '06 Aug 2015', + 'museum' => false, + ), '5.4.43' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index c8512d6d8..3e69b48d8 100644 --- a/include/version.inc +++ b/include/version.inc @@ -52,15 +52,15 @@ $PHP_5_5_SHA256 = array( $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.44"; -$PHP_5_4_DATE = "06 Aug 2015"; +$PHP_5_4_VERSION = "5.4.45"; +$PHP_5_4_DATE = "03 Sep 2015"; $PHP_5_4_MD5 = array( - "tar.bz2" => "25725eb0dff0d45351b01fb483709b8d", - "tar.gz" => "9a6f79bc68eb926d230448905229dd1c", + "tar.bz2" => "185f67f1ca652b18bc0cca9d7edbde7c", + "tar.gz" => "ba580e774ed1ab256f22d1fa69a59311", ); $PHP_5_4_SHA256 = array( - "tar.bz2" => "8dd59e5ce9248cf36ac3de5412a518b8b24c01ace6c46ce3d12e4ce981a3856d", - "tar.gz" => "1799998e48da3d8f34722840628e18789e26ea21741d4e498ade6749b3266602", + "tar.bz2" => "4e0d28b1554c95cfaea6fa2b64aac85433f158ce72bb571bcd5574f98f4c6582", + "tar.gz" => "25bc4723955f4e352935258002af14a14a9810b491a19400d76fcdfa9d04b28f", ); $RELEASES = array( diff --git a/releases/5_4_44.php b/releases/5_4_44.php index fb446d1b9..2bc33a9d3 100644 --- a/releases/5_4_44.php +++ b/releases/5_4_44.php @@ -18,7 +18,7 @@ The list of changes is recorded in the support timeframe. Either September or October release, depending on discovered issues, will be the last official release of PHP 5.4. -If your PHP installations is based on PHP 5.4, it may be a good time to start making the plans for the upgrade. +If your PHP installation is based on PHP 5.4, it may be a good time to start making the plans for the upgrade.

diff --git a/releases/5_4_45.php b/releases/5_4_45.php new file mode 100644 index 000000000..5d8c4676f --- /dev/null +++ b/releases/5_4_45.php @@ -0,0 +1,26 @@ + + +

PHP 5.4.45 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP +5.4.45. Ten security-related issues were fixed in this release. +All PHP 5.4 users are encouraged to upgrade to this version. +

+ +

For source downloads of PHP 5.4.45 please visit our downloads page, +Windows binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+ +

Please note that according to the PHP version support timelines, +PHP 5.4.45 is the last scheduled release of PHP 5.4 branch. There may be additional release if we discover +important security issues that warrant it, otherwise this release will be the final one in the PHP 5.4 +If your PHP installation is based on PHP 5.4, it may be a good time to start making the plans for the upgrade to PHP 5.5 or PHP 5.6. +

+ +