From 57505b6a13ec0145b58cdd0ecd884f9de0cf9e02 Mon Sep 17 00:00:00 2001 From: Date: Fri, 15 Mar 2002 01:19:57 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 +++++ 2 files changed, 116 insertions(+) diff --git a/ChangeLog b/ChangeLog index 49d345a303..752841e977 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +2002-03-14 Rasmus Lerdorf + + * main/safe_mode.c: MFH of safe_mode.c typo + +2002-03-14 Derick Rethans + + * ext/standard/var.c: - Fix bug #16078 + +2002-03-14 Zeev Suraski + + * ext/standard/info.c: Change case for consistency + + * ext/standard/info.c: MFH + +2002-03-14 Stefan Esser + + * main/safe_mode.c: fixed a typo within checkuid + +2002-03-14 Andi Gutmans + + * main/config.w32.h: + - Define HAVE_ASSERT_H under Windows. There was a macro redefinition before + - this. + +2002-03-14 Zeev Suraski + + * main/php_version.h + configure.in: + Good suggestion, but I'm not sure we want to start receiving bug + reports with that version + +2002-03-14 Wez Furlong + + * ext/standard/var.c: fix buglet + +2002-03-14 Sterling Hughes + + * main/php_version.h + configure.in: update version + +2002-03-14 Zeev Suraski + + * configure.in + main/php_version.h: Childish, are we? + +2002-03-14 Jani Taskinen + + * configure.in + main/php_version.h: - Fixed version + +2002-03-14 Zeev Suraski + + * ext/standard/info.c: Make it clearer what this entry means + + * configure.in + main/php_version.h: Fix version number + +2002-03-14 Derick Rethans + + * ext/xmlrpc/xmlrpc-epi-php.c: - Whitespace part 1 + +2002-03-14 Stefan Esser + + * ext/filepro/filepro.c: fixed: last commit had debug code in it + + * ext/filepro/filepro.c: fixed whitespace + fixed lots of possible bufferoverflows + fixed memoryleak + +2002-03-14 Sebastian Bergmann + + * sapi/apache2filter/README + sapi/apache2filter/sapi_apache2.c: MFH (Apache2Filter update). + +2002-03-14 Yasuo Ohgaki + + * ext/standard/var.c: Fixed var_dump() crash when there is recursion. + +2002-03-14 Stefan Roehrich + + * NEWS: Added NEWS entry for gzencode() change. + + * NEWS: Fixed NEWS entry, make it consistent with other entries. + +2002-03-14 Sebastian Bergmann + + * sapi/apache2filter/README: + Add note on which version of Apache 2 this SAPI module is compatible with. + +2002-03-14 Sean Bright + + * CODING_STANDARDS: Translate to English. + +2002-03-14 Yasuo Ohgaki + + * main/php.h + CODING_STANDARDS + configure.in: Include/enable assert.h/assert() when it is available + +2002-03-14 Jani Taskinen + + * main/config.w32.h: MFH fix for the include_path issue + + * main/config.w32.h: + - Fixed bug: #16047, #15865, and propably a few more.. + 2002-03-13 Ludovico Magnocavallo * pear/DB/ibase.php: fixed typo in modifyLimitQuery() diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8d075a51ac..4cb393beeb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2002-03-14 Stanislav Malyshev + + * OBJECTS2_HOWTO: more cleanup + + * OBJECTS2_HOWTO: Update howto + + * zend_execute.c: fix for delete $this and unset $this + + * zend_execute_API.c: Fix call_user_function + 2002-03-12 Andi Gutmans * zend.h: - Forgot to close comment. -- 2.40.0