]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Tue, 6 Feb 2001 02:09:22 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Tue, 6 Feb 2001 02:09:22 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e3d7490239d7c1927bc84817efa097d643fdd37d..ecbbba64d007b9146f1e9e32d88fd5b059fd16b5 100644 (file)
--- 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)