summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-06-04 01:09:37 -0700
committerStanislav Malyshev <stas@php.net>2014-06-04 01:09:37 -0700
commite06c4f7fe56bad9061d18894d672c5ae5a330676 (patch)
treea0ed1f2f8654cc6cac28795a7da29cb8d048223e
parent20568e502814fffc41d91a22edaf75ff5ae19d5c (diff)
downloadphp-git-e06c4f7fe56bad9061d18894d672c5ae5a330676.tar.gz
update NEWS
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b728638685..32a56d0853 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2014, PHP 5.4.30
+- Core:
+ . Fixed BC break introduced by patch for bug #67072. (Anatol)
+
- Date:
. Fixed bug #67308 (Serialize of DateTime truncates fractions of second).
(Adam)
@@ -13,7 +16,7 @@ PHP NEWS
. Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence)
. Fixed bug #67360 (Missing element after ArrayObject::getIterator). (Adam)
-?? ??? 2014, PHP 5.4.29
+29 May 2014, PHP 5.4.29
- COM:
. Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)