Commit:    5dcc918a591d55d9d9e0c59a5d837260faaec32c
Author:    Sara Golemon <[email protected]>         Thu, 29 Aug 2019 16:21:45 
-0400
Parents:   39cc589f53207c7ad92dc8787e4ba94a253554cd
Branches:  master

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

Log:
7.2.22

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-08-29-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_2_22.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 7e2e308..2dd9405 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -978,6 +978,49 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <a name="PHP_7_2"></a>
 
+<section class="version" id="7.2.22"><!-- {{{ 7.2.22 -->
+<h3>Version 7.2.22</h3>
+<b><?php release_date('29-Aug-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(78363); ?> (Buffer overflow in zendparse).</li>
+  <li><?php bugfix(78379); ?> (Cast to object confuses GC, causes crash).</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li><?php bugfix(77946); ?> (Bad cURL resources returned by 
curl_multi_info_read()).</li>
+</ul></li>
+<li>Exif:
+<ul>
+  <li><?php bugfix(78333); ?> (Exif crash (bus error) due to wrong alignment 
and invalid cast).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+  <li><?php bugfix(78342); ?> (Bus error in configure test for iconv 
//IGNORE).</li>
+</ul></li>
+<li>LiteSpeed:
+<ul>
+  <li>Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li><?php bugfix(78179); ?> (MariaDB server version incorrectly 
detected).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(77191); ?> (Assertion failure in dce_live_ranges() when 
silencing is used).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(69100); ?> (Bus error from stream_copy_to_stream (file 
-&gt; SSL stream) with invalid length).</li>
+  <li><?php bugfix(78282); ?> (atime and mtime mismatch).</li>
+  <li><?php bugfix(78326); ?> (improper memory deallocation on 
stream_get_contents() with fixed length buffer).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.2.21"><!-- {{{ 7.2.21 -->
 <h3>Version 7.2.21</h3>
 <b><?php release_date('01-Aug-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index ed1ad42..62982ae 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-08-29-2.xml"/>
   <xi:include href="entries/2019-08-29-1.xml"/>
   <xi:include href="entries/2019-08-22-1.xml"/>
   <xi:include href="entries/2019-08-17-1.xml"/>
diff --git a/archive/entries/2019-08-29-2.xml b/archive/entries/2019-08-29-2.xml
new file mode 100644
index 0000000..25f044d
--- /dev/null
+++ b/archive/entries/2019-08-29-2.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.2.22 Released</title>
+  <id>https://www.php.net/archive/2019.php#2019-08-29-2</id>
+  <published>2019-08-29T20:27:22+00:00</published>
+  <updated>2019-08-29T20:27:22+00:00</updated>
+  <link href="https://www.php.net/index.php#id2019-08-29-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2019.php#2019-08-29-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.22. This is a security release which also contains several bug 
fixes.</p>
+     
+       <p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
+     
+       <p>For source downloads of PHP 7.2.22 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.22";>ChangeLog</a>.
+       </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index dc72f7c..0db8ed3 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.2.21' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_2_21.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '01 Aug 2019',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.2.21.tar.bz2',
+          'name' => 'PHP 7.2.21 (tar.bz2)',
+          'sha256' => 
'343183a1be8336670171885c761d57ffcae99cbbcf1db43da7cb5565056b14ef',
+          'date' => '01 Aug 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.2.21.tar.gz',
+          'name' => 'PHP 7.2.21 (tar.gz)',
+          'sha256' => 
'8327682bee4a8fd2edf5bbfcc393d986b945bec433fc74458d05e766701b313c',
+          'date' => '01 Aug 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.2.21.tar.xz',
+          'name' => 'PHP 7.2.21 (tar.xz)',
+          'sha256' => 
'de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95',
+          'date' => '01 Aug 2019',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.3.8' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index e296087..8bef664 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.21";
-    $PHP_7_2_DATE            = "01 Aug 2019";
+    $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_SHA256     = array(
-        "tar.bz2"       => 
"343183a1be8336670171885c761d57ffcae99cbbcf1db43da7cb5565056b14ef",
-        "tar.gz"        => 
"8327682bee4a8fd2edf5bbfcc393d986b945bec433fc74458d05e766701b313c",
-        "tar.xz"        => 
"de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95",
+        "tar.bz2"       => 
"c10a9883b586ada5ef1149f2571625b27efdcc3e70a04fbb9121979633b0f08a",
+        "tar.gz"        => 
"6e2ccc77484c27971d4550b7071a57b79bc910bfb2d4a74a57ae2c18b78c3dc7",
+        "tar.xz"        => 
"eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3",
     );
 
     /* PHP 7.1 Release */
diff --git a/releases/7_2_22.php b/releases/7_2_22.php
new file mode 100644
index 0000000..492e4dd
--- /dev/null
+++ b/releases/7_2_22.php
@@ -0,0 +1,19 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_2_22.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.2.22 Release Announcement");
+?>
+
+  <h1>PHP 7.2.22 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.2.22. This is a security release which also contains several bug fixes.</p>
+
+  <p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
+
+  <p>For source downloads of PHP 7.2.22 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.22";>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