diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-03-23 22:13:26 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-03-23 22:13:26 +0000 |
commit | 15d7d460bd684e89c6e07f5457f50bbcc42bd728 (patch) | |
tree | dd2b57b08484334bd91fc9266a48a14f166f3c28 | |
parent | 372801d94ce64621cdc0a20e769d8ceba5cfb5d2 (diff) | |
download | php-git-15d7d460bd684e89c6e07f5457f50bbcc42bd728.tar.gz |
Updated NEWS (DOM object debug info handler).
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |