From: Date: Wed, 23 Aug 2000 01:09:16 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.2~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ee00408697ac71043813522a1052803c457dd54;p=php NEWS update --- diff --git a/NEWS b/NEWS index eb7234f7c9..4bb1b0d11f 100644 --- 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)