From: Date: Fri, 27 Dec 2002 01:32:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c52bcebc0995afe1e8c0c7aa302d64f4bebdb6a9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 49f637cd39..c00325d0cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2002-12-26 Derick Rethans + + * ext/ftp/CREDITS + ext/ncurses/CREDITS + ext/standard/credits.c + ext/standard/credits_ext.h: + - MFB + + * ext/ncurses/CREDITS: + All on one line + + * ext/ftp/CREDITS + ext/standard/credits.c + ext/standard/credits_ext.h: + - update credits + +2002-12-26 Georg Richter + + * ext/ncurses/CREDITS: + added Wez, Ilia & myself + + * ext/ncurses/CREDITS: + added Wez, Ilia and myself + +2002-12-26 Wez Furlong + + * ext/standard/file.c: + MFH: get_meta_tags() stream leak + + * ext/standard/file.c: + Remove cruft that opened a stream that was never closed in get_meta_tags(). + (probably my fault). + Noticed by Philip Olson + +2002-12-26 Sterling Hughes + + * ext/standard/string.c: + if needle is empty free allocated memory + + * ext/standard/string.c: + remove memleak + +2002-12-26 Marcus Boerger + + * ext/dba/tests/dba_db4.phpt: + Add missing test for db4 handler + +2002-12-26 Georg Richter + + * ext/mysql/php_mysql.c: + fixed some compiler warnings when using external libmysqlclient 4.x + +2002-12-26 Edin Kadribasic + + * php.ini-dist + php.ini-recommended + main/config.w32.h.in + main/internal_functions_win32.c + win32/php4dllts.dsp: + MFB: + Made ZLIB extension built in on Windows. Fixes #21139. + + * php.ini-dist + php.ini-recommended + main/config.w32.h.in + main/internal_functions_win32.c + win32/php4dllts.dsp: + Made ZLIB extension built in on Windows. Fixes #21139. + 2002-12-25 George Schlossnagle * sapi/cgi/cgi_main.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5250f7da9f..ba2c132f50 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2002-12-26 Andrei Zmievski + + * zend_compile.c: + do_inherit_method_check() is supposed to return 0 or 1, not SUCCESS or + FAILURE. + 2002-12-14 Ilia Alshanetsky * zend_language_scanner.l: