diff options
author | Christoph M. Becker <cmb@php.net> | 2016-07-28 12:26:41 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2016-07-28 12:26:41 +0200 |
commit | 0ae8c337a340d16e1b9891d564a49bbf91ecfbd9 (patch) | |
tree | 9bbc451e592769e427062df174534358addd769c | |
parent | 30a5ed3a7979f1b865f6633cb16b5f3e78371df1 (diff) | |
download | php-git-0ae8c337a340d16e1b9891d564a49bbf91ecfbd9.tar.gz |
Bug #6836 has already been fixed in PHP 5.6.24 and 7.0.9
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |