Commit:    d2e5dc9fdfa6724d6d0ee258738c4ee6b7f7a48b
Author:    Sara Golemon <[email protected]>         Thu, 26 Sep 2019 10:23:32 
-0400
Parents:   ab8047910e83ed794625073d309e3a611c7c723a
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=d2e5dc9fdfa6724d6d0ee258738c4ee6b7f7a48b

Log:
Announce 7.2.23

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-09-26-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_2_23.php


Diff:
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
 
 <a name="PHP_7_2"></a>
 
+<section class="version" id="7.2.23"><!-- {{{ 7.2.23 -->
+<h3>Version 7.2.23</h3>
+<b><?php release_date('26-Sep-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(78220); ?> (Can't access OneDrive folder).</li>
+  <li><?php bugfix(78412); ?> (Generator incorrectly reports non-releasable 
$this as GC child).</li>
+</ul></li>
+<li>FastCGI:
+<ul>
+  <li><?php bugfix(78469); ?> (FastCGI on_accept hook is not called when using 
named pipes on Windows).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li>Fixed connect_attr issues and added the _server_host connection 
attribute.</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(78473); ?> (odbc_close() closes arbitrary resources).</li>
+</ul></li>
+<li>PDO_MySQL:
+<ul>
+  <li><?php bugfix(41997); ?> (SP call yields additional empty result 
set).</li>
+</ul></li>
+<li>sodium:
+<ul>
+  <li><?php bugfix(78510); ?> (Partially uninitialized buffer returned by 
sodium_crypto_generichash_init()).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(72884); ?> (SplObject isCloneable() returns true but errs 
on clone).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.2.22"><!-- {{{ 7.2.22 -->
 <h3>Version 7.2.22</h3>
 <b><?php release_date('29-Aug-2019'); ?></b>
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 @@
     <uri>http://php.net/contact</uri>
     <email>[email protected]</email>
   </author>
+  <xi:include href="entries/2019-09-26-2.xml"/>
   <xi:include href="entries/2019-09-26-1.xml"/>
   <xi:include href="entries/2019-09-19-1.xml"/>
   <xi:include href="entries/2019-09-17-1.xml"/>
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.2.23 Release Announcement</title>
+  <id>https://www.php.net/archive/2019.php#2019-09-26-2</id>
+  <published>2019-09-26T14:29:23+00:00</published>
+  <updated>2019-09-26T14:29:23+00:00</updated>
+  <link href="https://www.php.net/index.php#id2019-09-26-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2019.php#2019-09-26-2"; rel="via" 
type="text/html"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+       <p>The PHP development team announces the immediate availability of PHP
+       7.2.23. This is a bugfix release.</p>
+     
+       <p>For source downloads of PHP 7.2.23 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+       Windows source and binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
+       The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-7.php#7.2.23";>ChangeLog</a>.
+       </p>
+    </div>
+  </content>
+</entry>
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
+$_SERVER['BASE_PAGE'] = 'releases/7_2_23.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.2.23 Release Announcement");
+?>
+
+  <h1>PHP 7.2.23 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.2.23. This is a bugfix release.</p>
+
+  <p>For source downloads of PHP 7.2.23 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+  Windows source and binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
+  The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-7.php#7.2.23";>ChangeLog</a>.
+  </p>
+
+<?php site_footer(); ?>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to