From: Date: Tue, 6 Feb 2001 02:09:22 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b017713c3bb6e89c1ceb179dfeae9fcaae518a42;p=php NEWS update --- diff --git a/NEWS b/NEWS index e3d7490239..ecbbba64d0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Added a new parameter to mail() which appends aditional command line + parameters to the mail program. (Derick) +- Added Udm_Clear_Search_Limits mnoGoSearch extension function. +- Fixed default search path. (gluke) +- Added new Udm_Add_Search_Limit mnoGoSearch extension function. + Some bugfixes and example update. (gluke) +- Fixed mnogosearch protos. Fixed mnogosearch functions return values. + A bug with capital letters break search has been fixed. (gluke) - Static methods can now be called via call_user_method_* functions, e.g. call_user_method('method', 'class'), and also array('class', 'method') constructs (for array_walk(), for example). (Andrei, Zend Engine)