From: Tjerk Meesters Date: Thu, 6 Mar 2014 00:33:01 +0000 (+0800) Subject: Updated news for #66822 X-Git-Tag: php-5.6.0beta1~3^2~129^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be8a4474d967c42f1ac4eef521e448a6cc9748fd;p=php Updated news for #66822 --- diff --git a/NEWS b/NEWS index c300e8ade4..d81b1fbacd 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ PHP NEWS - Core: . Allow zero length comparison in substr_compare() (Tjerk) . Fixed bug #60602 (proc_open() changes environment array) (Tjerk) + . Fixed bug #66822 (Cannot use T_POW in const expression) (Tjerk) - cURL: . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour)