From 4a400ce14f0354d7f18afef89794b2dcf2bc5208 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 29 Nov 2005 03:11:26 +0000 Subject: [PATCH] - BFN (reorder + missed another one) --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1a6434b7cba..93d3733d8f5 100644 --- a/NEWS +++ b/NEWS @@ -3,9 +3,10 @@ PHP NEWS ?? ??? 200?, PHP 5.1.2 - Improved SimpleXML extension: (Marcus) . Fixed memleaks - . Added methods getNamespaces(), getDocNamespaces() . Fixed var_dump() . Fixed isset/empty/(bool) behavior + . Fixed iterator edge cases + . Added methods getNamespaces(), getDocNamespaces() - Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia) - Fixed bug #35431 (PDO crashes when using LAZY fetch with fetchAll). (Wez) - Fixed bug #35430 (PDO crashes on incorrect FETCH_FUNC use). (Tony)