From: Date: Sat, 3 Feb 2001 02:09:23 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4695ff82b92eadebfd2f307a9d73df1c179dfef2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6793f21a47..d2ec5bf9a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2001-02-02 Colin Viebrock + + * pear/Crypt/CBC.php: typo + +2001-02-02 Andrei Zmievski + + * ext/sockets/sockets.c: Revert bogus patch and fix it properly. + +2001-02-02 Colin Viebrock + + * ext/sockets/sockets.c: Fix for http://bugs.php.net/bugs.php?id=9082 + + I know switch() is expensive, so someone rewrite this "properly" if you + want. + +2001-02-02 Chuck Hagenbuch + + * pear/Mail/smtp.php: fix silly cut-n-paste bug (#9081) + +2001-02-02 Rasmus Lerdorf + + * ext/pspell/pspell.c: pspell .12 fix + +2001-02-02 Harald Radi + + * ext/dotnet/dotnet.cpp: correct phpinfo() output + +2001-02-02 Colin Viebrock + + * pear/DB.php: I think this should've been changed as well, right? + +2001-02-02 Egon Schmid + + * ext/mnogosearch/php_mnogo.c: Fixed protos. + +2001-02-02 Harald Radi + + * ext/iisfunc/.cvsignore + ext/iisfunc/setup.c + ext/dotnet/dotnet.cpp + ext/com/typedef_VARIANT.c: correct phpinfo() output + +2001-02-02 Rasmus Lerdorf + + * ext/standard/string.c: Fix strip_tags to not strip a lone > character + +2001-02-02 Sergey Kartashoff + + * ext/mnogosearch/README + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/test.php: + Added new UDM_PARAM_STOPTABLE and UDM_PARAM_STOPFILE parameters + for Udm_Set_Agent_Params mnoGoSearch module. Now it can use stopwords + stored either in database or in the plain text files. Added php warnings. + Test example updated. + +2001-02-02 Chuck Hagenbuch + + * pear/DB.php: + make sure to include subclasses before trying to instantiate them. + 2001-02-01 Colin Viebrock * pear/DB/common.php: fix here too