From d20df9f8eb2cfbbb2fba7d13fb544f2bc05a3fc8 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 6 Aug 2020 11:15:40 +0100 Subject: [PATCH] Announce 7.4.9 --- ChangeLog-7.php | 58 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2020-08-06-4.xml | 21 ++++++++++++ bin/createReleaseEntry | 9 ++--- include/releases.inc | 37 ++++++++++++++++++++ include/version.inc | 10 +++--- releases/7_4_9.php | 14 ++++++++ 7 files changed, 141 insertions(+), 9 deletions(-) create mode 100644 archive/entries/2020-08-06-4.xml create mode 100644 releases/7_4_9.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index c14e09e81..990653eb1 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -12,6 +12,64 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.4.9

+ + +
+ + +

Version 7.4.8

diff --git a/archive/archive.xml b/archive/archive.xml index 3d16a47e1..36f82ce64 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/2020-08-06-4.xml b/archive/entries/2020-08-06-4.xml new file mode 100644 index 000000000..e5dfbff18 --- /dev/null +++ b/archive/entries/2020-08-06-4.xml @@ -0,0 +1,21 @@ + + + PHP 7.4.9 Released! + https://www.php.net/archive/2020.php#2020-08-06-4 + 2020-08-06T10:08:21+00:00 + 2020-08-06T10:08:21+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 7.4.9. This is a bug fix release.

+ +

All PHP 7.4 users are encouraged to upgrade to this version.

+ +

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

+
+
diff --git a/bin/createReleaseEntry b/bin/createReleaseEntry index 00221737e..89fa68e46 100755 --- a/bin/createReleaseEntry +++ b/bin/createReleaseEntry @@ -60,11 +60,12 @@ include_once __DIR__ . '/../include/prepend.inc'; site_header('PHP $version Release Announcement'); ?> $template - array ( + '7.4.8' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_8.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '09 Jul 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.8.tar.bz2', + 'name' => 'PHP 7.4.8 (tar.bz2)', + 'sha256' => '6a48d3a605c003b088984ceb53be5df1e698b8b35ddacadd12fe50f49c0e8062', + 'date' => '09 Jul 2020', + ), + 1 => + array ( + 'filename' => 'php-7.4.8.tar.gz', + 'name' => 'PHP 7.4.8 (tar.gz)', + 'sha256' => '649f6bcdb60dc38d5edd7f3a7b2905d15d88c1d13e40307e8972ede347cea6ba', + 'date' => '09 Jul 2020', + ), + 2 => + array ( + 'filename' => 'php-7.4.8.tar.xz', + 'name' => 'PHP 7.4.8 (tar.xz)', + 'sha256' => '642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245', + 'date' => '09 Jul 2020', + ), + ), + 'museum' => false, + ), '7.3.20' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 6655cba55..129f7ea31 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,13 +17,13 @@ */ $RELEASES = (function() { /* PHP 7.4 Release */ - $PHP_7_4_VERSION = "7.4.8"; - $PHP_7_4_DATE = "09 Jul 2020"; + $PHP_7_4_VERSION = "7.4.9"; + $PHP_7_4_DATE = "06 Aug 2020"; $PHP_7_4_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_4_SHA256 = array( - "tar.gz" => "649f6bcdb60dc38d5edd7f3a7b2905d15d88c1d13e40307e8972ede347cea6ba", - "tar.bz2" => "6a48d3a605c003b088984ceb53be5df1e698b8b35ddacadd12fe50f49c0e8062", - "tar.xz" => "642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245", + "tar.gz" => "c0c657b5769bc463f5f028b1f4fef8814d98ecf3459a402a9e30d41d68b2323e", + "tar.bz2" => "2e270958a4216480da7886743438ccc92b6acf32ea96fefda88d07e0a5095deb", + "tar.xz" => "23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b", ); /* PHP 7.3 Release */ diff --git a/releases/7_4_9.php b/releases/7_4_9.php new file mode 100644 index 000000000..d98e60ac0 --- /dev/null +++ b/releases/7_4_9.php @@ -0,0 +1,14 @@ + +

The PHP development team announces the immediate availability of PHP 7.4.9. This is a security release.

+ +

All PHP 7.4 users are encouraged to upgrade to this version.

+ +

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

+