From: Date: Wed, 27 Feb 2002 01:33:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.2.0RC1~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71139b307dc5cbe3ed92df89247006682125e810;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6447ede901..3f1798e660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2002-02-26 Andi Gutmans + + * main/php_main.h + main/main.c: + - Hopefully fix the shutdown_memory_manager() stuff. Part of my previous + - patch seems to have gotten lost + +2002-02-26 Derick Rethans + + * ext/session/session.c: - Bring error message back + +2002-02-26 Sebastian Bergmann + + * main/main.c: TSRM Cleanup. + +2002-02-26 Andi Gutmans + + * main/main.c + main/php_main.h: - Pass shutdown_memory_manager the TSRMLS context. + +2002-02-26 Rasmus Lerdorf + + * NEWS: There are no fdf changes in this branch as far as I can see. Not + sure where this NEWS item came from. + + * NEWS: Remove gd NEWS item + + * ext/gd/config.m4: This line makes no sense to me + +2002-02-26 Zeev Suraski + + * NEWS: Beautify + +2002-02-26 Dan Kalowsky + + * ext/odbc/php_odbc.c: + Bug fix 15719 as submited by Joseph Southwell and allows NULL values in ODBC + +2002-02-26 Edin Kadribasic + + * ext/standard/dl.c: + Allow use of dl() when CLI is compiled with ZTS (bug #15717). + 2002-02-25 Yasuo Ohgaki * ext/pspell/pspell.c: Fix pspell function entry diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8960fb3734..2e4e4ba549 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2002-02-26 Andi Gutmans + + * zend_alloc.h + zend_alloc.c + zend.c: - MFZE1 + 2002-02-21 Sebastian Bergmann * ZEND_CHANGES: