From: Date: Tue, 6 Feb 2001 02:09:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2873a6cc2f28351701f1d7764e006a2f85e31e4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7e77169e40..a3efea6f8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2001-02-05 Zeev Suraski + + * ext/com/typedef_VARIANT.c + ext/standard/basic_functions.c: Fix Windows build + +2001-02-05 Derick Rethans + + * ext/standard/mail.c + ext/standard/php_mail.h: + - Added a new parameter to mail() which appends aditional command line + parameters to the mail program. This is usefull to set the From headers + correctly with the -f parameter to sendmail p.e. + - Added a new parameter to mail() which appends aditional command line + parameters to the mail program. + +2001-02-05 Vlad Krupin + + * ext/pspell/CREDITS: Added myself to CREDITS (vlad) + +2001-02-05 Harald Radi + + * ext/com/conversion.c: + fixes the problem that php.exe compiled on win2k platform won't run on any other + +2001-02-05 Vlad Krupin + + * ext/pspell/pspell.c: + now when pspell/pspell.h is included, it will recognize + that it has to work in compatibility mode. (The previous fix + had the right idea, but was too far down in the source) + +2001-02-05 Andrei Zmievski + + * NEWS: *** empty log message *** + + * ext/standard/basic_functions.c: + Allow calling static methods via call_user_method_* functions. + + * README.CVS-RULES: One more notice about using names with NEWS entries. + +2001-02-05 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h + ext/mnogosearch/test.php: + Added new Udm_Clear_Search_Limits mnogosearch extension function. + +2001-02-05 David Croft + + * TODO: 2 things to do + +2001-02-05 Andrei Zmievski + + * TODO: Whitespace. + +2001-02-05 Sergey Kartashoff + + * ext/mnogosearch/config.m4: Fixed default search path. + + * ext/mnogosearch/README + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h + ext/mnogosearch/test.php: + Added new Udm_Add_Search_Limit mnoGoSearch extension function. + Some bugfixes and example update. + +2001-02-05 James Moore + + * ext/standard/credits.c: Adding Sebastian Bergmann to QA team list. + +2001-02-05 Sergey Kartashoff + + * ext/mnogosearch/README + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h: + Fixed mnogosearch protos. Fixed mnogosearch functions return values. + A bug with capital letters break search has been fixed. + 2001-02-04 James Moore * ext/standard/tests/time/.cvsignore