Commit:    7d00ffc261a0ed42f68dcd7f0f4319b7a38e66f8
Author:    Sara Golemon <[email protected]>         Thu, 30 May 2019 10:13:48 
-0400
Parents:   a148c5c00a7c31e0b5d5ad3a6a524c443131fa65
Branches:  master

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

Log:
Announce 7.2.19

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-05-30-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_2_19.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 368d694..be1bef3 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -70,6 +70,59 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
+<?php site_footer(); ?>
+<section class="version" id="7.2.19"><!-- {{{ 7.2.19 -->
+<h3>Version 7.2.19</h3>
+<b><?php release_date('30-May-2019'); ?></b>
+<ul><li>EXIF:
+<ul>
+  <li><?php bugfix(77988); ?> (heap-buffer-overflow on php_jpg_get16).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(77934); ?> (php-fpm kill -USR2 not working).</li>
+  <li><?php bugfix(77921); ?> (static.php.net doesn't work anymore).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(77943); ?> (imageantialias($image, false); does not 
work).</li>
+  <li><?php bugfix(77973); ?> (Uninitialized read in 
gdImageCreateFromXbm).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+  <li><?php bugfix(78069); ?> (Out-of-bounds read in 
iconv.c:_php_iconv_mime_decode() due to integer overflow).</li>
+</ul></li>
+<li>JSON:
+<ul>
+  <li><?php bugfix(77843); ?> (Use after free with json serializer).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed possible crashes, because of inconsistent PCRE cache and opcache 
SHM reset.</li>
+</ul></li>
+<li>PDO_MySQL:
+<ul>
+  <li><?php bugfix(77944); ?> (Wrong meta pdo_type for bigint on LLP64).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li><?php bugfix(75186); ?> (Inconsistent reflection of 
Closure:::__invoke()).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(77911); ?> (Wrong warning for 
session.sid_bits_per_character).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(77024); ?> (SplFileObject::__toString() may return 
array).</li>
+</ul></li>
+<li>SQLite:
+<ul>
+  <li><?php bugfix(77967); ?> (Bypassing open_basedir restrictions via file 
uris).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.1.29"><!-- {{{ 7.1.29 -->
 <h3>Version 7.1.29</h3>
 <b><?php release_date('02-May-2019'); ?></b>
@@ -7025,4 +7078,3 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
-<?php site_footer(); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index c2e63aa..e2a1153 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-05-30-2.xml"/>
   <xi:include href="entries/2019-05-30-1.xml"/>
   <xi:include href="entries/2019-05-29-1.xml"/>
   <xi:include href="entries/2019-05-27-1.xml"/>
diff --git a/archive/entries/2019-05-30-2.xml b/archive/entries/2019-05-30-2.xml
new file mode 100644
index 0000000..e7ceec4
--- /dev/null
+++ b/archive/entries/2019-05-30-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.19 Release Announcement</title>
+  <id>http://php.net/archive/2019.php#id2019-05-30-2</id>
+  <published>2019-05-30T14:19:20+00:00</published>
+  <updated>2019-05-30T14:19:20+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-05-30-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2019.php#id2019-05-30-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.19.
+     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.19 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.19";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 6472cb0..4235e2e 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.2.18' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_2_18.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.2.18.tar.bz2',
+          'name' => 'PHP 7.2.18 (tar.bz2)',
+          'sha256' => 
'fa1a27b12d1173207e81e798a48d4a7f77ba897f5c5200ac0b5d62aa8b4c4b72',
+          'date' => '02 May 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.2.18.tar.gz',
+          'name' => 'PHP 7.2.18 (tar.gz)',
+          'sha256' => 
'48aeb291814f3cd3ba03c52e79e8e61896d0271fd4c228198f80a072e568f84b',
+          'date' => '02 May 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.2.18.tar.xz',
+          'name' => 'PHP 7.2.18 (tar.xz)',
+          'sha256' => 
'9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d',
+          'date' => '02 May 2019',
+        ),
+      ),
+      'date' => '30 May 2019',
+      'museum' => false,
+    ),
     '7.3.5' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index e8ebefa..63273c4 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -31,12 +31,12 @@ $PHP_7_3_SHA256     = array(
 $PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
 $PHP_7_2_RC_DATE = "18 Apr 2019";
 
-$PHP_7_2_VERSION         = "7.2.18";
-$PHP_7_2_DATE            = "02 May 2019";
+$PHP_7_2_VERSION         = "7.2.19";
+$PHP_7_2_DATE            = "30 May 2019";
 $PHP_7_2_SHA256     = array(
-    "tar.bz2"       => 
"fa1a27b12d1173207e81e798a48d4a7f77ba897f5c5200ac0b5d62aa8b4c4b72",
-    "tar.gz"        => 
"48aeb291814f3cd3ba03c52e79e8e61896d0271fd4c228198f80a072e568f84b",
-    "tar.xz"        => 
"9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d",
+    "tar.bz2"       => 
"ebd0b1f375fe07ed4925acc213d2f5ef76a61bd5de174e7b666b98421a90a099",
+    "tar.gz"        => 
"1cd2266a058f3224d3cba594540045542606996f026eeef96747f27f6b3d22b6",
+    "tar.xz"        => 
"4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282",
 );
 
 /* PHP 7.1 Release */
diff --git a/releases/7_2_19.php b/releases/7_2_19.php
new file mode 100644
index 0000000..c5d2362
--- /dev/null
+++ b/releases/7_2_19.php
@@ -0,0 +1,17 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_2_19.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.2.19 Release Announcement");
+?>
+<h1>PHP 7.2.19 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 7.2.19.
+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.19 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.19";>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