Commit:    e576aed15bec87db7cb0d22cee3853fc58a42c22
Author:    Christoph M. Becker <[email protected]>         Thu, 28 Jul 2016 
12:39:14 +0200
Parents:   6b7705215c82bc2e25b8033bfb1a2e95d33b67b9
Branches:  master

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

Log:
Bug #66836 has already been fixed in PHP 5.6.24 and 7.0.9

NEWS has already been fixed with php/php-src@0ae8c33 and
php/php-src@c7a4e37, respectively.

Bugs:
https://bugs.php.net/66836

Changed paths:
  M  ChangeLog-5.php
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 44559b3..25aadf9 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -24,6 +24,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(72447); ?> (Type Confusion in php_bz2_filter_create()). 
(gogil at stealien dot com).</li>
   <li><?php bugfix(72613); ?> (Inadequate error handling in bzread()).</li>
 </ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(66836); ?> (DateTime::createFromFormat 'U' with pre 1970 
dates fails parsing).</li>
+</ul></li>
 <li>EXIF:
 <ul>
   <li><?php bugfix(50845); ?> (exif_read_data() returns corrupted exif 
headers).</li>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 1bf59cb..6b6ed20 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -32,6 +32,10 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(72541); ?> (size_t overflow lead to heap corruption).</li>
 </ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(66836); ?> (DateTime::createFromFormat 'U' with pre 1970 
dates fails parsing).</li>
+</ul></li>
 <li>Exif:
 <ul>
   <li><?php bugfix(72603); ?> (Out of bound read in 
exif_process_IFD_in_MAKERNOTE).</li>


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

Reply via email to