From: Date: Sun, 5 Nov 2000 02:09:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29086bc0279d9dde1c4e0bf0098cc28b9e6493c1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 20c764051c..b27449015e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2000-11-04 Mathieu Kooiman + + * ext/gd/gd.c: + - ImageCreateFromString(): Fixed segfault that occured if an image was tried to be + generate while there was no support for such an image type. + +2000-11-04 Andi Gutmans + + * ext/standard/dir.c: - Fix build + +2000-11-04 Thies C. Arntzen + + * ext/standard/dir.c: fix #7573 + closedir() now really close the directory - used to stay open 'cause the + default-directory resource was "remembered" for arg-less calls. + +2000-11-04 Zeev Suraski + + * ext/msql/php_msql.c: + Now make it work too (thanks for noticing that Andi :) + + * ext/msql/php_msql.c: Fix build + +2000-11-04 Jani Taskinen + + * NEWS: Forgot to add one note. Plus some beutifying. + +2000-11-04 Rasmus Lerdorf + + * ltconfig: Should be ok to use CC here + +2000-11-04 Jesus M. Castagnetto + + * ext/standard/basic_functions.c: + Updated proto for highlight_file/highlight_string + 2000-11-03 Jani Taskinen * ext/ldap/ldap.c: