1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Bug #6836 has already been fixed in PHP 5.6.24 and 7.0.9

This commit is contained in:
Christoph M. Becker
2016-07-28 12:26:41 +02:00
parent 30a5ed3a79
commit 0ae8c337a3

8
NEWS
View File

@@ -17,10 +17,6 @@ PHP NEWS
. Fixed bug #71929 (Certification information (CERTINFO) data parsing error).
(Pierrick)
- Date:
. Fixed bug #66836 (DateTime::createFromFormat 'U' with pre 1970 dates fails
parsing). (derick)
- DOM:
. Fixed bug #66502 (DOM document dangling reference). (Sean Heelan, cmb)
@@ -96,6 +92,10 @@ PHP NEWS
stealien dot com).
. Fixed bug #72613 (Inadequate error handling in bzread()). (Stas)
- Date:
. Fixed bug #66836 (DateTime::createFromFormat 'U' with pre 1970 dates fails
parsing). (derick)
- EXIF:
. Fixed bug #50845 (exif_read_data() returns corrupted exif headers).
(Bartosz Dziewoński)