From de604a29d8249dfc98aee114301554bbb674e6fe Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 3 Sep 2020 11:06:57 +0100 Subject: [PATCH] Announce 7.4.10 --- ChangeLog-7.php | 57 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2020-09-03-2.xml | 21 ++++++++++++ include/releases.inc | 37 +++++++++++++++++++++ include/version.inc | 10 +++--- releases/7_4_10.php | 14 ++++++++ 6 files changed, 135 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2020-09-03-2.xml create mode 100644 releases/7_4_10.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 4c4fc9763..0382262ee 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -12,6 +12,63 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.4.10

+ + +
+ + +

Version 7.4.9

diff --git a/archive/archive.xml b/archive/archive.xml index f10142e91..8e16f37bf 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-09-03-2.xml b/archive/entries/2020-09-03-2.xml new file mode 100644 index 000000000..5be252433 --- /dev/null +++ b/archive/entries/2020-09-03-2.xml @@ -0,0 +1,21 @@ + + + PHP 7.4.10 Released! + https://www.php.net/archive/2020.php#2020-09-03-2 + 2020-09-03T10:02:55+00:00 + 2020-09-03T10:02:55+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 7.4.10. 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.10 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/include/releases.inc b/include/releases.inc index 27efb119d..e6ae21484 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.4.9' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_9.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '06 Aug 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.9.tar.bz2', + 'name' => 'PHP 7.4.9 (tar.bz2)', + 'sha256' => '2e270958a4216480da7886743438ccc92b6acf32ea96fefda88d07e0a5095deb', + 'date' => '06 Aug 2020', + ), + 1 => + array ( + 'filename' => 'php-7.4.9.tar.gz', + 'name' => 'PHP 7.4.9 (tar.gz)', + 'sha256' => 'c0c657b5769bc463f5f028b1f4fef8814d98ecf3459a402a9e30d41d68b2323e', + 'date' => '06 Aug 2020', + ), + 2 => + array ( + 'filename' => 'php-7.4.9.tar.xz', + 'name' => 'PHP 7.4.9 (tar.xz)', + 'sha256' => '23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b', + 'date' => '06 Aug 2020', + ), + ), + 'museum' => false, + ), '7.3.21' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 9c3c88bc0..d07e61f0a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -18,12 +18,12 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $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_DATE = "03 Sep 2020"; + $PHP_7_4_TAGS = []; // Set to ['security'] for security releases. $PHP_7_4_SHA256 = array( - "tar.gz" => "c0c657b5769bc463f5f028b1f4fef8814d98ecf3459a402a9e30d41d68b2323e", - "tar.bz2" => "2e270958a4216480da7886743438ccc92b6acf32ea96fefda88d07e0a5095deb", - "tar.xz" => "23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b", + "tar.gz" => "e720f1286f895ca37f1c75a2ca338ad2f2456664d7097298167181b25b212feb", + "tar.bz2" => "e90bfc9ed98d24e53b51ffd4eb636cf5cd9d71ed7c6f8e4b6e9981e9882174e7", + "tar.xz" => "c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010", ); /* PHP 7.3 Release */ diff --git a/releases/7_4_10.php b/releases/7_4_10.php new file mode 100644 index 000000000..173d76feb --- /dev/null +++ b/releases/7_4_10.php @@ -0,0 +1,14 @@ + +

The PHP development team announces the immediate availability of PHP 7.4.10. 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.10 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. +

+