diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index a2f0729bf..d99c758c6 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,93 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
?>
PHP 7 ChangeLog
+
+Version 7.2.11
+
+Core:
+
+ (foreach inconsistent if array modified during loop).
+ (method_exists on SPL iterator passthrough method corrupts memory).
+
+CURL:
+
+ (Use curl_multi_wait() so that timeouts are respected).
+
+iconv:
+
+ (iconv_mime_encode Q-encoding longer than it should be).
+
+Opcache:
+
+ (ZendOPcache.MemoryBase periodically deleted by the OS).
+ (Compile-time evaluation of disabled function in opcache causes segfault).
+
+POSIX:
+
+ (posix_getgrnam fails to print details of group).
+
+Reflection:
+
+ (Wrong exception being thrown when using ReflectionMethod).
+
+Standard:
+
+ (Wrong error message when fopen FTP wrapped fails to open data connection).
+ (Bindto IPv6 works with file_get_contents but fails with stream_socket_client).
+ (array_reduce is slow when $carry is large array).
+
+XMLRPC:
+
+ (Can't build xmlrpc with expat).
+
+Zlib:
+
+ (php_zlib_inflate_filter() may not update bytes_consumed).
+
+
+
+
+
+Version 7.1.23
+
+Core:
+
+ (method_exists on SPL iterator passthrough method corrupts memory).
+ (Segfault in shutdown function after memory limit error).
+
+CURL:
+
+ (Use curl_multi_wait() so that timeouts are respected).
+
+iconv:
+
+ (iconv_mime_encode Q-encoding longer than it should be).
+
+Opcache:
+
+ (ZendOPcache.MemoryBase periodically deleted by the OS).
+
+POSIX:
+
+ (posix_getgrnam fails to print details of group).
+
+Reflection:
+
+ (Wrong exception being thrown when using ReflectionMethod).
+
+Standard:
+
+ (Wrong error message when fopen FTP wrapped fails to open data connection).
+ (Bindto IPv6 works with file_get_contents but fails with stream_socket_client).
+ (array_reduce is slow when $carry is large array).
+
+Zlib:
+
+ (php_zlib_inflate_filter() may not update bytes_consumed).
+
+
+
+
Version 7.0.32
diff --git a/archive/archive.xml b/archive/archive.xml
index c2dcce76a..5980b8dc6 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,8 @@
http://php.net/contact
php-webmaster@lists.php.net
+
+
diff --git a/archive/entries/2018-10-11-2.xml b/archive/entries/2018-10-11-2.xml
new file mode 100644
index 000000000..6119cbe46
--- /dev/null
+++ b/archive/entries/2018-10-11-2.xml
@@ -0,0 +1,24 @@
+
+
+ PHP 7.2.11 Released
+ http://php.net/archive/2018.php#id2018-10-11-2
+ 2018-10-11T14:11:19+00:00
+ 2018-10-11T14:11:19+00:00
+
+
+
+
+
+
+
The PHP development team announces the immediate availability of PHP 7.2.11.
+ This is a bugfix release.
+
+
All PHP 7.2 users are encouraged to upgrade to this version.
+
+
For source downloads of PHP 7.2.11 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/2018-10-11-3.xml b/archive/entries/2018-10-11-3.xml
new file mode 100644
index 000000000..8cdd4d2b2
--- /dev/null
+++ b/archive/entries/2018-10-11-3.xml
@@ -0,0 +1,24 @@
+
+
+ PHP 7.1.23 Released
+ http://php.net/archive/2018.php#id2018-10-11-3
+ 2018-10-11T14:11:47+00:00
+ 2018-10-11T14:11:47+00:00
+
+
+
+
+
+
+
The PHP development team announces the immediate availability of PHP 7.1.23.
+ This is a bugfix release.
+
+
All PHP 7.1 users are encouraged to upgrade to this version.
+
+
For source downloads of PHP 7.1.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 e106a674a..ef8d16476 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,72 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.1.22' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_1_22.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.1.22.tar.bz2',
+ 'name' => 'PHP 7.1.22 (tar.bz2)',
+ 'sha256' => 'c8e91f19c8aa810ae95f228ff31cf0e4805cb89f4c10870ee12c85491b26e763',
+ 'date' => '13 Sep 2018',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.1.22.tar.gz',
+ 'name' => 'PHP 7.1.22 (tar.gz)',
+ 'sha256' => '1d275115593a33315647094a5a4ee9bd73c7960c08686cee35dc2e683a68b157',
+ 'date' => '13 Sep 2018',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.1.22.tar.xz',
+ 'name' => 'PHP 7.1.22 (tar.xz)',
+ 'sha256' => '9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d',
+ 'date' => '13 Sep 2018',
+ ),
+ ),
+ 'date' => '13 Sep 2018',
+ 'museum' => false,
+ ),
+ '7.2.10' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_2_10.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.2.10.tar.bz2',
+ 'name' => 'PHP 7.2.10 (tar.bz2)',
+ 'sha256' => '01b6129a0921a1636b07da9bc598a876669e45a462cef4b5844fc26862dbda9d',
+ 'date' => '13 Sep 2018',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.2.10.tar.gz',
+ 'name' => 'PHP 7.2.10 (tar.gz)',
+ 'sha256' => 'd2d908b49b6005e65dcc46cdc986603a19b7ff103119fce8ddd4648586d430a4',
+ 'date' => '13 Sep 2018',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.2.10.tar.xz',
+ 'name' => 'PHP 7.2.10 (tar.xz)',
+ 'sha256' => '01c2154a3a8e3c0818acbdbc1a956832c828a0380ce6d1d14fea495ea21804f0',
+ 'date' => '13 Sep 2018',
+ ),
+ ),
+ 'date' => '13 Sep 2018',
+ 'museum' => false,
+ ),
'7.1.21' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 87f51dd1a..56b0a11dc 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,27 +20,27 @@ $PHP_7_3_RC = '7.3.0RC3';
$PHP_7_3_RC_DATE = "11 Oct 2018";
/* PHP 7.2 Release */
-$PHP_7_2_RC = '7.2.11RC1'; // Current RC version (e.g., '7.2.1RC1') or false
+$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
$PHP_7_2_RC_DATE = "27 Sep 2018";
-$PHP_7_2_VERSION = "7.2.10";
-$PHP_7_2_DATE = "13 Sep 2018";
+$PHP_7_2_VERSION = "7.2.11";
+$PHP_7_2_DATE = "11 Oct 2018";
$PHP_7_2_SHA256 = array(
- "tar.bz2" => "01b6129a0921a1636b07da9bc598a876669e45a462cef4b5844fc26862dbda9d",
- "tar.gz" => "d2d908b49b6005e65dcc46cdc986603a19b7ff103119fce8ddd4648586d430a4",
- "tar.xz" => "01c2154a3a8e3c0818acbdbc1a956832c828a0380ce6d1d14fea495ea21804f0",
+ "tar.bz2" => "4a0d7f402d07966b37a600796283f4ca4079d955d96d5bec024dd02009d8b4c5",
+ "tar.gz" => "180c63a9647c0a50d438b6bd5c7a8e7a11bceee8ad613a59d3ef15151fc158d4",
+ "tar.xz" => "da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985",
);
/* PHP 7.1 Release */
-$PHP_7_1_RC = '7.1.23RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_7_1_RC_DATE = "27 Sep 2018";
-$PHP_7_1_VERSION = "7.1.22";
-$PHP_7_1_DATE = "13 Sep 2018";
+$PHP_7_1_VERSION = "7.1.23";
+$PHP_7_1_DATE = "11 Oct 2018";
$PHP_7_1_SHA256 = array(
- 'tar.bz2' => 'c8e91f19c8aa810ae95f228ff31cf0e4805cb89f4c10870ee12c85491b26e763',
- 'tar.gz' => '1d275115593a33315647094a5a4ee9bd73c7960c08686cee35dc2e683a68b157',
- 'tar.xz' => '9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d',
+ 'tar.bz2' => '2d79aa86d8f0faa760a712a1d7be50b57838a9770c1dff34020876630c2ecc4b',
+ 'tar.gz' => 'b839a4de32e6770d10b87c2495c070d09277fe61008804b2992466f0dcc5f0fa',
+ 'tar.xz' => '227a3c76133c3dc1cec937989456cbd89ed00e68e7260c651900dbe1f5b798bc',
);
/* PHP 7.0 Release */
diff --git a/releases/7_1_23.php b/releases/7_1_23.php
new file mode 100644
index 000000000..4e9ffff19
--- /dev/null
+++ b/releases/7_1_23.php
@@ -0,0 +1,18 @@
+
+PHP 7.1.23 Release Announcement
+
+The PHP development team announces the immediate availability of PHP 7.1.23.
+This is a bugfix release.
+
+All PHP 7.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 7.1.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/releases/7_2_11.php b/releases/7_2_11.php
new file mode 100644
index 000000000..72ce60359
--- /dev/null
+++ b/releases/7_2_11.php
@@ -0,0 +1,18 @@
+
+PHP 7.2.11 Release Announcement
+
+The PHP development team announces the immediate availability of PHP 7.2.11.
+This is a bugfix release.
+
+All PHP 7.2 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 7.2.11 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 .
+
+