From d2e5dc9fdfa6724d6d0ee258738c4ee6b7f7a48b Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 26 Sep 2019 10:23:32 -0400 Subject: [PATCH] Announce 7.2.23 --- ChangeLog-7.php | 37 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2019-09-26-2.xml | 22 +++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 12 +++++------ releases/7_2_23.php | 17 +++++++++++++++ 6 files changed, 120 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2019-09-26-2.xml create mode 100644 releases/7_2_23.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 40c0a9b39..438cf0205 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1029,6 +1029,43 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.2.23

+ + +
+ + +

Version 7.2.22

diff --git a/archive/archive.xml b/archive/archive.xml index c7271ca01..0d82f4ebc 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-09-26-2.xml b/archive/entries/2019-09-26-2.xml new file mode 100644 index 000000000..dc42c7039 --- /dev/null +++ b/archive/entries/2019-09-26-2.xml @@ -0,0 +1,22 @@ + + + PHP 7.2.23 Release Announcement + https://www.php.net/archive/2019.php#2019-09-26-2 + 2019-09-26T14:29:23+00:00 + 2019-09-26T14:29:23+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.2.23. This is a bugfix release.

+ +

For source downloads of PHP 7.2.23 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 66b1e7bf9..839d54825 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.22' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_22.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '29 Aug 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.22.tar.bz2', + 'name' => 'PHP 7.2.22 (tar.bz2)', + 'sha256' => 'c10a9883b586ada5ef1149f2571625b27efdcc3e70a04fbb9121979633b0f08a', + 'date' => '29 Aug 2019', + ), + 1 => + array ( + 'filename' => 'php-7.2.22.tar.gz', + 'name' => 'PHP 7.2.22 (tar.gz)', + 'sha256' => '6e2ccc77484c27971d4550b7071a57b79bc910bfb2d4a74a57ae2c18b78c3dc7', + 'date' => '29 Aug 2019', + ), + 2 => + array ( + 'filename' => 'php-7.2.22.tar.xz', + 'name' => 'PHP 7.2.22 (tar.xz)', + 'sha256' => 'eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3', + 'date' => '29 Aug 2019', + ), + ), + 'museum' => false, + ), '7.3.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index c0178d3ce..d91da3950 100644 --- a/include/version.inc +++ b/include/version.inc @@ -27,13 +27,13 @@ $RELEASES = (function() { ); /* PHP 7.2 Release */ - $PHP_7_2_VERSION = "7.2.22"; - $PHP_7_2_DATE = "29 Aug 2019"; - $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. + $PHP_7_2_VERSION = "7.2.23"; + $PHP_7_2_DATE = "26 Sep 2019"; + $PHP_7_2_TAGS = []; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "c10a9883b586ada5ef1149f2571625b27efdcc3e70a04fbb9121979633b0f08a", - "tar.gz" => "6e2ccc77484c27971d4550b7071a57b79bc910bfb2d4a74a57ae2c18b78c3dc7", - "tar.xz" => "eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3", + "tar.bz2" => "a17af3643d29d7e730f977e3776dc3e325d5ca00b361e41dbfc2368ebad5430d", + "tar.gz" => "b32b426c84ff45154d6c11f00aff433bcac831a5c0a09bf0297075eefaea8fcc", + "tar.xz" => "74e045ec8ff26290db6a3688826dcdf43b87bc509e508e9cb76dab742804ca14", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_23.php b/releases/7_2_23.php new file mode 100644 index 000000000..edc3f3d42 --- /dev/null +++ b/releases/7_2_23.php @@ -0,0 +1,17 @@ + + +

PHP 7.2.23 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.2.23. This is a bugfix release.

+ +

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

+ +