summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-06-24 00:53:52 +0000
committerFelipe Pena <felipe@php.net>2011-06-24 00:53:52 +0000
commit6c07bc80046ae0fac32f41e6f3052f52a86ec057 (patch)
tree0972d18fdf473c7733509403b6d401c008024748
parent08ddf683fc5d4d6e10590e93a766ce31d45ab7ed (diff)
downloadphp-git-6c07bc80046ae0fac32f41e6f3052f52a86ec057.tar.gz
- BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e7003e595..4cc56c1f39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2011, PHP 5.3.7
+- Core:
+ . Fixed crash in error_log(). (Felipe) Reported by Mateusz Kocielski.
- DateTime extension:
. Fixed bug where the DateTime object got changed while using date_diff().