summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-08-30 11:22:58 +0800
committerXinchen Hui <laruence@php.net>2013-08-30 11:22:58 +0800
commit4e3de606b54425029cc4617215a3360bb8550b2f (patch)
treed44ca95fa5b51fb5db7b42cb26e75204410d4672
parente4fe53e2007791ff20fa00d5663f1766ccc5b148 (diff)
downloadphp-git-4e3de606b54425029cc4617215a3360bb8550b2f.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 518c9977b4..d637d0ac03 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2013, PHP 5.5.4
- Core:
+ . Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).
+ (Laruence)
. Improved fputcsv() to allow specifying escape character.
. Fixed bug #65490 (Duplicate calls to get lineno & filename for
DTRACE_FUNCTION_*). (Chris Jones)