From: Stanislav Malyshev Date: Wed, 5 Dec 2012 05:27:25 +0000 (-0800) Subject: update NEWS X-Git-Tag: php-5.4.10RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d398456e48198afd79a8342e50a42b40b45f5232;p=php update NEWS --- diff --git a/NEWS b/NEWS index b49bae29c4..75d9471a90 100644 --- a/NEWS +++ b/NEWS @@ -3,17 +3,21 @@ PHP NEWS ?? ??? 2012, PHP 5.4.10 - Core: - . Fixed bug #63666 (Poor date() performance). (Paul Talborg). . Fixed bug #63635 (Segfault in gc_collect_cycles). (Dmitry) + . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes + from value). (Pierrick) . Fixed bug #63468 (wrong called method as callback with inheritance). (Laruence) + . Fixed bug #63451 (config.guess file does not have AIX 7 defined, + shared objects are not created). (kemcline at au1 dot ibm dot com) . Fixed bug #61557 (Crasher in tt-rss backend.php). (i dot am dot jack dot mail at gmail dot com) . Fixed bug #61272 (ob_start callback gets passed empty string). (Mike, casper at langemeijer dot eu) - Date: - . Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecon). + . Fixed bug #63666 (Poor date() performance). (Paul Talborg). + . Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond). (Remi) - Imap: