]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 23 Aug 2000 01:09:16 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Wed, 23 Aug 2000 01:09:16 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index eb7234f7c9b9e2e3f60388d95b2cfbaeec3c858e..4bb1b0d11f898436b6be1d9a8c7f1018aa51bf59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.2 
+- Added ability for each xml_set_*_handler() function to take the
+  array($obj, 'method') syntax for the handler argument as well
+  as the normal function name. (Andrei)
+- Updated array_walk() to be able to accept array($obj, 'method')
+- syntax for the walk function. (Andrei)
 - Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
   called with negative length argument. (Torben)
 - Fix by-reference parameters passing for xml_ functions and for scanf functions (Stas)