From 78a17be5e59cf15a93fd960a8936e5dbff1155e1 Mon Sep 17 00:00:00 2001 From: Date: Mon, 16 Sep 2002 00:35:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 24 ++++++++++++++++++++++++ Zend/ChangeLog | 29 +++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab8d4a7490..3749487182 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2002-09-15 Tal Peer + + * ext/fribidi/fribidi.c: + * More work on returning errors properly and freeing resources + +2002-09-15 Sebastian Bergmann + + * win32/php4dllts.dsp: For a change, Sebastian makes Andi happy. :-) + +2002-09-15 Tal Peer + + * ext/fribidi/config.m4 + ext/fribidi/fribidi.c + ext/fribidi/php_fribidi.h: + *Fixed compilation errors and enhanced the code + +2002-09-15 Jon Parise + + * ext/qtdom/config.m4: Line up the 'configure --help' output. + +2002-09-15 Wez Furlong + + * NEWS: PCRE news + 2002-09-14 Wez Furlong * ext/pcre/pcrelib/doc/pcregrep.txt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1d9289d273..a3cfaeb958 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,32 @@ +2002-09-15 Ilia Alshanetsky + + * zend_highlight.c: Make zend actually strip comments. Bug #18151 + + * zend.c: + Make zend return a proper exit error code when it encounters a parse error. + +2002-09-15 Andi Gutmans + + * zend_compile.c: + - Hopefully fix problem with __autoload not working well with inherited classes. + - There might still be some weird situations I haven't thought of. + + * zend_list.c + zend_execute.c: - WS fix - "while (" instead of "while(" + + * zend_execute_API.c + zend_ini.c + zend_list.c + zend_object_handlers.c + zend_objects_API.c + zend_operators.c + zend_API.c + zend_builtin_functions.c + zend_compile.c + zend_execute.c: - WS - Always use "if (" and not "if(" + + * zend_execute_API.c: - WS + 2002-09-10 Stanislav Malyshev * zend_execute_API.c -- 2.50.1