Commit:    75024ae8bbe0a284518f620ab6c07f4c53288fd2
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Mon, 23 Sep 2019 
23:11:20 +0200
Parents:   ad69464b29dc2dc185a1a1e6864cacf875a0e00e
Branches:  master

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

Log:
Fix changelog

Cf. <https://bugs.php.net/78590>.

Changed paths:
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 4692fe6e3..e72c78a84 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -200,6 +200,10 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li>Implemented FR <?php bugl(72189); ?> (Add missing CURL_VERSION_* 
constants).</li>
 </ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(77909); ?> (DatePeriod::__construct() with invalid 
recurrence count value).</li>
+</ul></li>
 <li>EXIF:
 <ul>
   <li><?php bugfix(77988); ?> (heap-buffer-overflow on php_jpg_get16) 
(CVE-2019-11040).</li>
@@ -1131,7 +1135,11 @@ site_header("PHP 7 ChangeLog", array("current" => 
"docs", "css" => array("change
 <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>Date:
+<ul>
+  <li><?php bugfix(77909); ?> (DatePeriod::__construct() with invalid 
recurrence count value).</li>
+</ul></li>
+<li>EXIF:
 <ul>
   <li><?php bugfix(77988); ?> (heap-buffer-overflow on php_jpg_get16) 
(CVE-2019-11040).</li>
 </ul></li>


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

Reply via email to