From: Date: Tue, 3 Sep 2002 00:32:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_91~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3df0df50f4c83751f06213082572612ab36bec93;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 61e4c6483e..3b9e5fc873 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2002-09-02 Jan Lehnardt + + * sapi/cli/php_cli.c: + - prepare non-html phpinfo output for zend extensions + +2002-09-02 Markus Fischer + + * main/config.w32.h: + - MFH as suggested by Derick, see HEAD commit for more on this + + + * main/config.w32.h.in: - Enable strcoll() for win32 build + +2002-09-02 Zeev Suraski + + * main/php_version.h + configure.in: Make it stick - please do not revert + + * LICENSE: Backport license from 4.3 + +2002-09-02 Jani Taskinen + + * configure.in + main/php_version.h: + reset version to 4.2.3-dev (why is the change committed anyway?) + +2002-09-02 Derick Rethans + + * ext/standard/file.c: + - Fix the segmentation fault when magic_quotes_runtime was disabled as + introduced in http://news.php.net/article.php?group=php.cvs&article=13690 + +2002-09-02 Zeev Suraski + + * main/php_version.h + configure.in: Go RC2 + 2002-09-01 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index baeeae77d4..b6b9628da9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2002-09-02 Thies C. Arntzen + + * zend_builtin_functions.c: + refine last patch. if the argument-stack is not consistent don't try to show + arguments. no call to zend_error is made as we might end up in an infinite + recursion if called from an error_handler. + so: if the arguments to functions aren't shown in debug_backtrace this is 'cause + the arument stack was not consistent when debug_backtrace was called. + + * zend_builtin_functions.c: + debug_backtrace() now checks the complete argument-stack for consistency. + +2002-09-02 Stanislav Malyshev + + * zend_execute.c: MFZE1 + 2002-09-01 Andi Gutmans * zend_llist.c: - Fix leak reported by "l0t3k"