summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-12-04 21:27:25 -0800
committerStanislav Malyshev <stas@php.net>2012-12-04 21:27:25 -0800
commitd398456e48198afd79a8342e50a42b40b45f5232 (patch)
tree46a129235af80116e4edd799d24daa308dd96092
parentfd650ec93e15bbbc05542e4acdde13d1fd9bcf73 (diff)
downloadphp-git-d398456e48198afd79a8342e50a42b40b45f5232.tar.gz
update NEWS
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
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: