diff --git a/ChangeLog-7.php b/ChangeLog-7.php index df1625384..cc0da787f 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -12,6 +12,100 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.4.2

+ + +
+ +

Version 7.4.1

diff --git a/archive/archive.xml b/archive/archive.xml index 536a7603b..b97270e03 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-01-23-1.xml b/archive/entries/2020-01-23-1.xml new file mode 100644 index 000000000..ef852a81f --- /dev/null +++ b/archive/entries/2020-01-23-1.xml @@ -0,0 +1,26 @@ + + + PHP 7.4.2 Released + https://www.php.net/archive/2020.php#2020-01-23-1 + 2020-01-23T07:43:45+00:00 + 2020-01-23T07:43:45+00:00 + + + + + +
+

PHP 7.4.2 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.4.2. This is a security release which also contains several bug fixes.

+ +

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

+ +

For source downloads of PHP 7.4.2 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 a42d0b0a4..06f4fd243 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 7 => array ( + '7.4.1' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_1.php', + ), + 'tags' => + array ( + ), + 'date' => '18 Dec 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.1.tar.bz2', + 'name' => 'PHP 7.4.1 (tar.bz2)', + 'sha256' => '6b1ca0f0b83aa2103f1e454739665e1b2802b90b3137fc79ccaa8c242ae48e4e', + 'date' => '18 Dec 2019', + ), + 1 => + array ( + 'filename' => 'php-7.4.1.tar.gz', + 'name' => 'PHP 7.4.1 (tar.gz)', + 'sha256' => '67265d6bd48d828f4725964f71ca5c76c3da63b0d07bec5ec4e5acfdd3708073', + 'date' => '18 Dec 2019', + ), + 2 => + array ( + 'filename' => 'php-7.4.1.tar.xz', + 'name' => 'PHP 7.4.1 (tar.xz)', + 'sha256' => '561bb866bdd509094be00f4ece7c3543ec971c4d878645ee81437e291cffc762', + 'date' => '18 Dec 2019', + ), + ), + 'museum' => false, + ), '7.2.25' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 15fc70aeb..a7c42935d 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.1"; - $PHP_7_4_DATE = "18 Dec 2019"; - $PHP_7_4_TAGS = []; // Set to ['security'] for security releases. + $PHP_7_4_VERSION = "7.4.2"; + $PHP_7_4_DATE = "23 Jan 2020"; + $PHP_7_4_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_4_SHA256 = array( - "tar.gz" => "67265d6bd48d828f4725964f71ca5c76c3da63b0d07bec5ec4e5acfdd3708073", - "tar.bz2" => "6b1ca0f0b83aa2103f1e454739665e1b2802b90b3137fc79ccaa8c242ae48e4e", - "tar.xz" => "561bb866bdd509094be00f4ece7c3543ec971c4d878645ee81437e291cffc762", + "tar.gz" => "e1b8dbf561ac1d871362054ff4cd62dca5e19c8c896567996525dda7c4b320f9", + "tar.bz2" => "02909974be9c70814ed5652a6bdae9c74220d41c1e5ed5ad921e15d028f8e816", + "tar.xz" => "98284deac017da0d426117ecae7599a1f1bf62ae3911e8bc16c4403a8f4bdf13", ); /* PHP 7.3 Release */ diff --git a/releases/7_4_2.php b/releases/7_4_2.php new file mode 100644 index 000000000..6e66b5788 --- /dev/null +++ b/releases/7_4_2.php @@ -0,0 +1,20 @@ + + +

PHP 7.4.2 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.4.2. This is a security release which also contains several bug fixes.

+ +

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

+ +

For source downloads of PHP 7.4.2 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. +

+ + +