From 70256ffb2701b320584899c98af03224fd69e2cc Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 21 Nov 2019 13:21:46 -0500 Subject: [PATCH] Announce 7.2.25 --- ChangeLog-7.php | 44 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2019-11-21-2.xml | 26 +++++++++++++++++++ include/releases.inc | 37 +++++++++++++++++++++++++++ include/version.inc | 12 ++++----- releases/7_2_25.php | 19 ++++++++++++++ 6 files changed, 133 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2019-11-21-2.xml create mode 100644 releases/7_2_25.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 123fe4fbb..b70bb0d24 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1132,6 +1132,50 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.2.25

+ + +
+ + +

Version 7.2.24

diff --git a/archive/archive.xml b/archive/archive.xml index e24ddd782..b9b358ddd 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-11-21-2.xml b/archive/entries/2019-11-21-2.xml new file mode 100644 index 000000000..3a14b8805 --- /dev/null +++ b/archive/entries/2019-11-21-2.xml @@ -0,0 +1,26 @@ + + + PHP 7.2.25 Released + https://www.php.net/archive/2019.php#2019-11-21-2 + 2019-11-21T18:26:29+00:00 + 2019-11-21T18:26:29+00:00 + + + + + +
+

PHP 7.2.25 Release Announcement

+ +

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

+ +

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

+ +

For source downloads of PHP 7.2.25 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 182a61be5..cb11c61c8 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.24' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_24.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '24 Oct 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.24.tar.bz2', + 'name' => 'PHP 7.2.24 (tar.bz2)', + 'sha256' => 'a079934db63068bbcc9bbd2e7b916b9891fc97719862697e5f954c639984f603', + 'date' => '24 Oct 2019', + ), + 1 => + array ( + 'filename' => 'php-7.2.24.tar.gz', + 'name' => 'PHP 7.2.24 (tar.gz)', + 'sha256' => '01baf7a34c856d2c552121fbad7296a8cde18389ce83db32f18252bc1cee4dd6', + 'date' => '24 Oct 2019', + ), + 2 => + array ( + 'filename' => 'php-7.2.24.tar.xz', + 'name' => 'PHP 7.2.24 (tar.xz)', + 'sha256' => 'a6a6cc03388060aa5f8f9e45799b72bce1c7ed7b9d7b3f1187787202aad91d25', + 'date' => '24 Oct 2019', + ), + ), + 'museum' => false, + ), '7.3.11' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7cd638cd6..a4a8bf60e 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.24"; - $PHP_7_2_DATE = "24 Oct 2019"; - $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. + $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_SHA256 = array( - "tar.bz2" => "a079934db63068bbcc9bbd2e7b916b9891fc97719862697e5f954c639984f603", - "tar.gz" => "01baf7a34c856d2c552121fbad7296a8cde18389ce83db32f18252bc1cee4dd6", - "tar.xz" => "a6a6cc03388060aa5f8f9e45799b72bce1c7ed7b9d7b3f1187787202aad91d25", + "tar.bz2" => "7cb336b1ed0f9d87f46bbcb7b3437ee252d0d5060c0fb1a985adb6cbc73a6b9e", + "tar.gz" => "b2cb1bd46454d33b2c65c2fd559f464cd14e57dd47b953adf5caa77fdf0de52b", + "tar.xz" => "746efeedc38e6ff7b1ec1432440f5fa801537adf6cd21e4afb3f040e5b0760a9", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_25.php b/releases/7_2_25.php new file mode 100644 index 000000000..d867457a8 --- /dev/null +++ b/releases/7_2_25.php @@ -0,0 +1,19 @@ + + +

PHP 7.2.25 Release Announcement

+ +

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

+ +

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

+ +

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

+ +