summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-23 08:13:59 -0700
committerChristopher Jones <sixd@php.net>2013-08-23 08:13:59 -0700
commit768c34e7cd4a7d9f7290825e887cb90fa0b137cc (patch)
tree40b04fcb6e7dd7332ef80b28bb3af3a0b7201199
parent5ab6d215fca55a33b0f144c69afdcf9121d248eb (diff)
downloadphp-git-768c34e7cd4a7d9f7290825e887cb90fa0b137cc.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1218c5069a..d73cf3e997 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2013, PHP 5.4.20
- Core:
+ . Fixed bug #65490 (Duplicate calls to get lineno & filename for
+ DTRACE_FUNCTION_*). (Chris Jones)
. Fixed bug #65481 (shutdown segfault due to serialize) (Mike)
. Fixed bug #65470 (Segmentation fault in zend_error() with
--enable-dtrace). (Chris Jones, Kris Van Hees)