From: Ferenc Kovacs Date: Wed, 11 May 2016 21:29:23 +0000 (+0200) Subject: add missing NEWS entry X-Git-Tag: php-5.6.22RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89e4862e5f43b2a8919863c0f81e391d500529ee;p=php add missing NEWS entry --- diff --git a/NEWS b/NEWS index 5e14f9864f..3cf7aa2927 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,16 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2016, PHP 5.6.22 +?? ??? 2016, PHP 5.6.23 - - Core: +26 May 2016, PHP 5.6.22 + +- Core: . Fixed bug #72172 (zend_hex_strtod should not use strlen). (bwitz at hotmail dot com ) +- Intl + . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol) + - Postgres: . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)