From: Anatol Belski Date: Wed, 10 Jul 2013 22:51:10 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-5.5.1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f4fa32ca51a41080ddf8fe0f4ad0685f37c3e5a;p=php updated NEWS --- diff --git a/NEWS b/NEWS index 3ba0e47706..65fbb5ff26 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ PHP NEWS . Fixed bug #65035 (yield / exit segfault). (Nikita) . Fixed bug #65161 (Generator + autoload + syntax error = segfault). (Nikita) . hex2bin() raises E_WARNING for invalid hex string. (Yasuo) + . Fixed bug #65226 (chroot() does not get enabled). (Anatol) - OPcache . Fixed bug #64827 (Segfault in zval_mark_grey (zend_gc.c)). (Laruence)