diff options
author | <changelog@php.net> | 2003-11-30 01:31:13 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-11-30 01:31:13 +0000 |
commit | 6dd2f536a453bbceb91352a4393091c74cfc1528 (patch) | |
tree | e0600099d00d969bedbbb787e91fef2d7ff76bdb /Zend | |
parent | cc27a3f03d84c58f7e5ce75cc8f2aea7f92b3b4b (diff) | |
download | php-git-6dd2f536a453bbceb91352a4393091c74cfc1528.tar.gz |
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog index da9e13073f..41d1b08860 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,44 @@ +2003-11-29 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_compile.c + zend_iterators.c: + Fix memleak + +2003-11-29 Ilia Alshanetsky <ilia@prohost.org> + + * zend_highlight.c + zend_language_scanner.l: + Fixed bug #26463 (Incorrect handling of semicolons after heredoc) + +2003-11-29 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_API.h: + This takes the address of a zval ptr + + * zend_API.h: + Add macros to return values of other zvals. + This is needed because one cannot use REPLACE_ZVAL_VALUE with + return_value. + +2003-11-29 Ilia Alshanetsky <ilia@prohost.org> + + * zend_execute.c: + Restore original patch for bug #26281. + + +2003-11-29 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_compile.c: + Revert accidential commit until decision + + * zend_compile.c + zend_default_classes.c: + Make exception code more robust: + - Fix error in calculation of trace-string length + - Allow to overload __strostring() and make it work for uncaught + exceptions + - Show exception thrown while displaying exceptions + 2003-11-28 Ilia Alshanetsky <ilia@prohost.org> * zend_API.c: |