From: Date: Sun, 11 Nov 2001 01:12:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05158709027fb2ded7c2d55dca641cc386e355f6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b2e584bf39..8025e9b340 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2001-11-10 Andrei Zmievski + + * NEWS: MFH + + * NEWS: Crash fix news. + + * NEWS: Added crash fix news. + + * ext/pcre/php_pcre.c + ext/standard/string.c: MFH + + * ext/pcre/php_pcre.c: Fixed bug #13635. + + * ext/standard/string.c: Fixed bug #13901. + +2001-11-10 Sebastian Bergmann + + * win32/php4dll.dsp: No need to 'include' a .re file here. + +2001-11-10 Shane Caraveo + + * sapi/fastcgi/fastcgi.c + sapi/fastcgi/fastcgi.dsp: + Make the win32 fastcgi compilable with the php4ts projects. + +2001-11-10 Sascha Schumann + + * ext/standard/Makefile.in + ext/standard/php_var.h + ext/standard/var.c + ext/standard/var_unserializer.c + ext/standard/var_unserializer.re + win32/php4dll.dsp + win32/php4dllts.dsp + ext/session/php_session.h + ext/session/session.c: + Rewrite of unserializer which should be more maintainable and extensible. + + Changes pass `make test´ and a couple of custom tests. + + Enjoy. + +2001-11-10 Derick Rethans + + * ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h: - Fixing this bad idea + +2001-11-10 James Moore + + * ext/standard/file.c + ext/standard/file.h + ext/standard/basic_functions.c: Fix apache win32 dso build. + (This is untested on linux but shouldnt break anything) + +2001-11-10 Rasmus Lerdorf + + * ext/gd/gd.c: + Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor images. + +2001-11-10 Derick Rethans + + * ext/standard/credits.c: + - Correcting Goba's name, and adding me to QA team + +2001-11-10 Thomas V.V.Cox + + * pear/DB/odbc.php: proper initialization of the $row array in fetchInto + (suggested by yavo ) + +2001-11-10 Martin Jansen + + * pear/PEAR/WebInstaller.php: * some minor improvements + +2001-11-10 Jani Taskinen + + * ext/gd/config.m4: Fixed bug: #13955.Checks now for png_write_image(). + +2001-11-10 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Make fbsql_list_fields work as documented + 2001-11-09 Jon Parise * ext/gettext/config.m4