From: Anatol Belski Date: Mon, 4 Jul 2016 09:05:49 +0000 (+0200) Subject: add missing NEWS entry X-Git-Tag: php-7.0.9RC1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4a34c2c0b5974bcc16ce74671dbb7ecbe20bd36;p=php add missing NEWS entry --- diff --git a/NEWS b/NEWS index 90df495213..d765242b71 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,10 @@ PHP NEWS . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas) . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas) +- Date: + . Fixed bug #63740 (strtotime seems to use both sunday and monday as start of + week). (Derick) + - FPM: . Fixed bug #72308 (fastcgi_finish_request and logging environment variables). (Laruence)