From c62d5fd1151a32fdb8cc6ae5fb66d83b10474977 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Mon, 14 Aug 2006 11:59:24 +0000 Subject: [PATCH] BFN fix typo --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cb8115c1ed..c001c55f0f 100644 --- a/NEWS +++ b/NEWS @@ -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 -- 2.50.1