From: Date: Mon, 6 Jan 2003 01:34:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b38f1e162cddd2fedf377ad179fafc0dd3790ec5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 811d26d50e..3445e08d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2003-01-05 Sara Golemon + + * ext/standard/file.c + ext/standard/user_filters.c: + Fixes to stream_get_wrappers() and stream_get_filters() handle hash table + layouts better, plus some picune whitespace fixes + +2003-01-05 Georg Richter + + * ext/mysql/php_mysql.c: + fixed bug #21435 + +2003-01-05 Sebastian Bergmann + + * ext/gd/gd_bundled.dsp: + Define HAVE_GD_GIF_READ. + +2003-01-05 Zeev Suraski + + * main/main.c: + Remove unnnecessary initialization + + * sapi/cgi/cgi_main.c + sapi/cli/php_cli.c: + Initialize lineno using the new infrastructure + +2003-01-05 Sebastian Bergmann + + * main/.cvsignore + main/config.w32.h + main/config.w32.h.in + win32/php4dll.dsp + win32/php4dllts.dsp: + Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev. + +2003-01-05 Zeev Suraski + + * sapi/apache/php4apache.dsp: + Make the .dsp use the php4build build directories + +2003-01-05 Edin Kadribasic + + * ext/xslt/xslt.dsp: + MFB: + Made xslt_set_encoding() available on windows (bug #20640). + + * (PHP_4_3) + ext/xslt/xslt.dsp: + Made xslt_set_encoding() available on windows (bug #20640). + + * (PHP_4_3) + ext/standard/php_incomplete_class.h: + Fixed ZTS build. + +2003-01-05 Ilia Alshanetsky + + * ext/standard/string.c: + Fixed a memory leak in setlocale() & localeconv(). + +2003-01-05 Sara Golemon + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/user_filters.c: + Added stream_get_filters(); to list registered filters + +2003-01-05 Derick Rethans + + * ext/standard/filestat.c: + - Fix some of the netware crap + 2003-01-04 Derick Rethans * ext/standard/filestat.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8b31fa1f1c..e9093ea23d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2003-01-05 Zeev Suraski + + * zend_compile.c + zend_globals.h + zend_language_scanner.l: + MFZE1 - lineno fix + 2003-01-02 Zeev Suraski * zend_compile.c