diff --git a/ChangeLog-7.php b/ChangeLog-7.php index df943180a..ca6020375 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1652,6 +1652,45 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.2.26

+ + +
+ +

Version 7.2.25

diff --git a/archive/archive.xml b/archive/archive.xml index a9c0abc9f..75091275f 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/2019-10-24-1.xml b/archive/entries/2019-10-24-1.xml index 20983d55a..eefc8b913 100644 --- a/archive/entries/2019-10-24-1.xml +++ b/archive/entries/2019-10-24-1.xml @@ -15,7 +15,7 @@

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

-

For source downloads of PHP 7.2.247 please visit our downloads page, +

For source downloads of PHP 7.2.24 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/archive/entries/2019-12-18-3.xml b/archive/entries/2019-12-18-3.xml new file mode 100644 index 000000000..0aa7e4b5d --- /dev/null +++ b/archive/entries/2019-12-18-3.xml @@ -0,0 +1,24 @@ + + + PHP 7.2.26 Released + https://www.php.net/archive/2019.php#2019-12-18-3 + 2019-12-18T13:02:37+00:00 + 2019-12-18T13:02:37+00:00 + + + + + +
+

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

+ +

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

+ +

For source downloads of PHP 7.2.26 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 c0aa5ea26..a42d0b0a4 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_25.php', + ), + 'tags' => + array ( + ), + 'date' => '21 Nov 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.25.tar.bz2', + 'name' => 'PHP 7.2.25 (tar.bz2)', + 'sha256' => '7cb336b1ed0f9d87f46bbcb7b3437ee252d0d5060c0fb1a985adb6cbc73a6b9e', + 'date' => '21 Nov 2019', + ), + 1 => + array ( + 'filename' => 'php-7.2.25.tar.gz', + 'name' => 'PHP 7.2.25 (tar.gz)', + 'sha256' => 'b2cb1bd46454d33b2c65c2fd559f464cd14e57dd47b953adf5caa77fdf0de52b', + 'date' => '21 Nov 2019', + ), + 2 => + array ( + 'filename' => 'php-7.2.25.tar.xz', + 'name' => 'PHP 7.2.25 (tar.xz)', + 'sha256' => '746efeedc38e6ff7b1ec1432440f5fa801537adf6cd21e4afb3f040e5b0760a9', + 'date' => '21 Nov 2019', + ), + ), + 'museum' => false, + ), '7.3.12' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5b2a9e837..15fc70aeb 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.2 Release */ - $PHP_7_2_VERSION = "7.2.25"; - $PHP_7_2_DATE = "21 Nov 2019"; - $PHP_7_2_TAGS = []; // Set to ['security'] for security releases. + $PHP_7_2_VERSION = "7.2.26"; + $PHP_7_2_DATE = "18 Dec 2019"; + $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "7cb336b1ed0f9d87f46bbcb7b3437ee252d0d5060c0fb1a985adb6cbc73a6b9e", - "tar.gz" => "b2cb1bd46454d33b2c65c2fd559f464cd14e57dd47b953adf5caa77fdf0de52b", - "tar.xz" => "746efeedc38e6ff7b1ec1432440f5fa801537adf6cd21e4afb3f040e5b0760a9", + "tar.bz2" => "f36d86eecf57ff919d6f67b064e1f41993f62e3991ea4796038d8d99c74e847b", + "tar.gz" => "e97d0636478bb519cd955a0c17b7970cf173063a840a83fc4afb75c22bc1bf08", + "tar.xz" => "1dd3bc875e105f5c9d21fb4dc240670bd2c22037820ff03890f5ab883c88b78d", ); return array( diff --git a/releases/7_2_26.php b/releases/7_2_26.php new file mode 100644 index 000000000..422047dfa --- /dev/null +++ b/releases/7_2_26.php @@ -0,0 +1,17 @@ + +

PHP 7.2.26 Release Announcement

+ +

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

+ +

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

+ +

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

+