diff options
author | Rob Richards <rrichards@php.net> | 2006-08-14 11:59:24 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2006-08-14 11:59:24 +0000 |
commit | c62d5fd1151a32fdb8cc6ae5fb66d83b10474977 (patch) | |
tree | 8ea71383c2f0cc21878c19accfab0efee1eb1f6b | |
parent | a0c941aad1f83a100f6058ce6d61145e2bc82bbc (diff) | |
download | php-git-c62d5fd1151a32fdb8cc6ae5fb66d83b10474977.tar.gz |
BFN
fix typo
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,8 +37,9 @@ PHP NEWS - Fixed phpinfo() cutoff of variables at \0. (Ilia) - Fixed a bug in the filter extension that prevented magic_quotes_gpc from being applied when RAW filter is used. (Ilia) -- FixedbBug #38438 (DOMNodeList->item(0) segfault on empty NodeList). (Ilia) +- Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList). (Ilia) - Fixed bug #38431 (xmlrpc_get_type() crashes PHP on objects). (Tony) +- Fixed bug #38424 (Different attribute assignment if new or existing). (Rob) - Fixed bug #38394 (PDO fails to recover from failed prepared statement execution). (Ilia) - Fixed bug #38377 (session_destroy() gives warning after |