diff options
author | <changelog@php.net> | 2003-07-21 00:30:29 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-07-21 00:30:29 +0000 |
commit | ada5008f9a4b9babd936628e5ad15193479f771d (patch) | |
tree | 8569581635c1cdba72768a637c16bf116fefa535 | |
parent | 82293c2a546033a6698637faecda9f29de4b142e (diff) | |
download | php-git-ada5008f9a4b9babd936628e5ad15193479f771d.tar.gz |
ChangeLog update
-rw-r--r-- | Zend/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f77ba89812..fbd61ba83f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,47 @@ +2003-07-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_execute.c: + Bugfix #24729 = new ; causes crash when is not set + +2003-07-20 George Schlossnagle <george@omniti.com> + + * zend_reflection_api.c: + should nt here + +2003-07-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_reflection_api.c: + Fix warnings and whitespace in output + + * zend_reflection_api.c: + Add support for instances in Reflection_Class. + +2003-07-20 George Schlossnagle <george@omniti.com> + + * zend_reflection_api.c: + removed references to smart_str, replaced with private string management + function. When snprintf is integrated into the engine, string_printf + should be altered to use that. + +2003-07-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_objects_API.c: + More informative errors here and these are real core errors + + * zend_execute.c: + Fix uncloneable objetcs + +2003-07-20 George Schlossnagle <george@omniti.com> + + * zend_reflection_api.c: + more of Timm's implementation. + +2003-07-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_hash.c + zend_hash.h: + Make it a macro + 2003-07-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_hash.c: |