From 0ae8c337a340d16e1b9891d564a49bbf91ecfbd9 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 28 Jul 2016 12:26:41 +0200 Subject: [PATCH] Bug #6836 has already been fixed in PHP 5.6.24 and 7.0.9 --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6c22dd9d74d..3ab22a87aba 100644 --- a/NEWS +++ b/NEWS @@ -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)