diff options
author | <changelog@php.net> | 2002-09-16 00:35:19 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-09-16 00:35:19 +0000 |
commit | 78a17be5e59cf15a93fd960a8936e5dbff1155e1 (patch) | |
tree | 6e44d46aac5b400f0678d96c95095ec289356ff3 /Zend/ChangeLog | |
parent | 94aaba773ce1bffd2f18ff2fc637e21bfc351c47 (diff) | |
download | php-git-78a17be5e59cf15a93fd960a8936e5dbff1155e1.tar.gz |
ChangeLog update
Diffstat (limited to 'Zend/ChangeLog')
-rw-r--r-- | Zend/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
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 <ilia@prohost.org> + + * 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 <andi@zend.com> + + * 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 <stas@zend.com> * zend_execute_API.c |