summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-03-23 22:13:26 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-03-23 22:13:26 +0000
commit15d7d460bd684e89c6e07f5457f50bbcc42bd728 (patch)
treedd2b57b08484334bd91fc9266a48a14f166f3c28
parent372801d94ce64621cdc0a20e769d8ceba5cfb5d2 (diff)
downloadphp-git-15d7d460bd684e89c6e07f5457f50bbcc42bd728.tar.gz
Updated NEWS (DOM object debug info handler).
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce48ba01d7..fa36358231 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,9 @@ PHP NEWS
function is by reference). (Nikita Popov)
. Fixed bug #51860 (Include fails with toplevel symlink to /). (Dmitry)
+- DOM
+ . Added debug info handler to DOM objects. (Gustavo, Joey Smith)
+
- FPM
. Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
(michaelhood at gmail dot com, Ilia)