From: Date: Fri, 11 May 2001 01:09:27 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49a0c0eb4acd465445eb7c0a246d12250569dea5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 451f4835b4..1c93a88740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2001-05-10 Jani Taskinen + + * ext/gd/config.m4: default to /usr/local + +2001-05-10 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Fixing some proto types + +2001-05-10 Andrei Zmievski + + * ext/standard/array.c: + Always free the callback_name when using zend_is_callable(). + +2001-05-10 Zeev Suraski + + * ext/standard/credits.c: Fix buggy line split + + * sapi/cgi/cgi_main.c: Fixed bug 7822 + +2001-05-10 Rui Hirokawa + + * ext/mbstring/mbfilter.c + ext/mbstring/mbstring.c: + fixed bug of mb_substitute_character() and mb_substr() in mbstring. + +2001-05-10 Jani Taskinen + + * ext/java/.cvsignore: Missing .slo ignore. + + * ext/oracle/config.m4: Fixed bug: #10779 + + * ext/imap/config.m4: + Cleaning this a bit too. Now I'm also able to configure and compile + with the test for imap-ssl. + +2001-05-10 Sterling Hughes + + * ext/com/COM.c: Fix naming issue + + +2001-05-10 Jani Taskinen + + * ext/domxml/config.m4: Cleaning up here too. + + * configure.in + ext/zlib/config.m4 + ext/zlib/zlib.m4: Moved the zlib configure before other extensions. + + * ext/fdf/config.m4 + ext/mcrypt/config.m4 + ext/pdf/config.m4 + ext/gd/config.m4: Cleaned up this a bit.. + 2001-05-09 Wez Furlong * ext/mysql/php_mysql.c: