From: Andrei Zmievski Date: Wed, 23 Aug 2000 13:07:51 +0000 (+0000) Subject: formatting. X-Git-Tag: php-4.0.2~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25b9ee5a744830dffc309e4ce070148838e52de4;p=php formatting. --- diff --git a/NEWS b/NEWS index 4bb1b0d11f..371e05d969 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ PHP 4.0 NEWS 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) + 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)