Commit:    a8f7676da30837e68e9b0cd046abf2c4fe74510a
Author:    Remi Collet <[email protected]>         Thu, 7 Mar 2019 11:10:52 +0100
Parents:   9d7ce1528959253b7bc95662257e248426216f50
Branches:  master

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

Log:
7.2.16 announcement

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-03-07-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_2_16.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index dc271c2..1c7f25c 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,49 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 ?>
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.2.16"><!-- {{{ 7.2.16 -->
+<h3>Version 7.2.16</h3>
+<b><?php release_date('07-Mar-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(77589); ?> (Core dump using parse_ini_string with numeric 
sections).</li>
+  <li><?php bugfix(77630); ?> (rename() across the device may allow unwanted 
access during processing).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li><?php bugfix(77621); ?> (Already defined constants are not properly 
reported).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+  <li><?php bugfix(77509); ?> (Uninitialized read in 
exif_process_IFD_in_TIFF).</li>
+  <li><?php bugfix(77540); ?> (Invalid Read on exif_process_SOFn).</li>
+  <li><?php bugfix(77563); ?> (Uninitialized read in 
exif_process_IFD_in_MAKERNOTE).</li>
+  <li><?php bugfix(77659); ?> (Uninitialized read in 
exif_process_IFD_in_MAKERNOTE).</li>
+</ul></li>
+<li>PDO_OCI:
+<ul>
+  <li>Support Oracle Database tracing attributes ACTION, MODULE, CLIENT_INFO, 
and CLIENT_IDENTIFIER.</li>
+</ul></li>
+<li>PHAR:
+<ul>
+  <li><?php bugfix(77396); ?> (Null Pointer Dereference in 
phar_create_or_parse_filename).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(51068); ?> (DirectoryIterator glob:// don't support current 
path relative queries).</li>
+  <li><?php bugfix(77431); ?> (openFile() silently truncates after a null 
byte).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(77552); ?> (Unintialized php_stream_statbuf in stat 
functions).</li>
+</ul></li>
+<li>MySQL:
+<ul>
+  <li>Disabled LOCAL INFILE by default, can be enabled using php.ini directive 
mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE attribute 
for pdo_mysql.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.3.3"><!-- {{{ 7.3.3 -->
 <h3>Version 7.3.3</h3>
 <b><?php release_date('07-Mar-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 2e86398..329be82 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-03-07-2.xml"/>
   <xi:include href="entries/2019-03-07-1.xml"/>
   <xi:include href="entries/2019-03-03-1.xml"/>
   <xi:include href="entries/2019-02-14-1.xml"/>
diff --git a/archive/entries/2019-03-07-2.xml b/archive/entries/2019-03-07-2.xml
new file mode 100644
index 0000000..cf4df05
--- /dev/null
+++ b/archive/entries/2019-03-07-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.16 Released</title>
+  <id>http://php.net/archive/2019.php#id2019-03-07-2</id>
+  <published>2019-03-07T10:08:52+00:00</published>
+  <updated>2019-03-07T10:08:52+00:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2019-03-07-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2019.php#id2019-03-07-2"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <p>The PHP development team announces the immediate availability of PHP
+     7.2.16. This is a security release which also contains several minor 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.16 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.16";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 0359acc..b4c4b6a 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.2.15' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_2_15.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.2.15.tar.bz2',
+          'name' => 'PHP 7.2.15 (tar.bz2)',
+          'sha256' => 
'c93e7616946a463911818c7e9f9e21276c7793fb8c7cb15877188dd0546d0554',
+          'date' => '07 Feb 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.2.15.tar.gz',
+          'name' => 'PHP 7.2.15 (tar.gz)',
+          'sha256' => 
'9b13bde9f5a32d6f6bdb8b911bb55bb818d0c4073538f8dc48aa2deb560f55a3',
+          'date' => '07 Feb 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.2.15.tar.xz',
+          'name' => 'PHP 7.2.15 (tar.xz)',
+          'sha256' => 
'75e90012faef700dffb29311f3d24fa25f1a5e0f70254a9b8d5c794e25e938ce',
+          'date' => '07 Feb 2019',
+        ),
+      ),
+      'date' => '07 Mar 2019',
+      'museum' => false,
+    ),
     '7.3.2' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 52ffc1d..4b4cf7d 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -28,15 +28,15 @@ $PHP_7_3_SHA256     = array(
 );
 
 /* PHP 7.2 Release */
-$PHP_7_2_RC = '7.2.16RC1'; // 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 = "21 Feb 2019";
 
-$PHP_7_2_VERSION         = "7.2.15";
-$PHP_7_2_DATE            = "07 Feb 2019";
+$PHP_7_2_VERSION         = "7.2.16";
+$PHP_7_2_DATE            = "07 Mar 2019";
 $PHP_7_2_SHA256     = array(
-    "tar.bz2"       => 
"c93e7616946a463911818c7e9f9e21276c7793fb8c7cb15877188dd0546d0554",
-    "tar.gz"        => 
"9b13bde9f5a32d6f6bdb8b911bb55bb818d0c4073538f8dc48aa2deb560f55a3",
-    "tar.xz"        => 
"75e90012faef700dffb29311f3d24fa25f1a5e0f70254a9b8d5c794e25e938ce",
+    "tar.bz2"       => 
"2c0ad10053d58694cd14323248ecd6d9ba71d2733d160973c356ad01d09e7f38",
+    "tar.gz"        => 
"fb95e0bb69caba1dfd3bbac4eeef7a0485e5ea3d6191d35ad5657e18243aa02d",
+    "tar.xz"        => 
"7d91ed3c1447c6358a3d53f84599ef854aca4c3622de7435e2df115bf196e482",
 );
 
 /* PHP 7.1 Release */
diff --git a/releases/7_2_16.php b/releases/7_2_16.php
new file mode 100644
index 0000000..792bba4
--- /dev/null
+++ b/releases/7_2_16.php
@@ -0,0 +1,17 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_2_16.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.2.16 Release Announcement");
+?>
+<h1>PHP 7.2.16 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 7.2.16.
+This is a security release which also contains several minor 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.16 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.16";>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