From a6210d2d75f8b20d7204de5eaa0e04a7546036e0 Mon Sep 17 00:00:00 2001 From: Date: Thu, 23 Oct 2003 00:33:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 26 ++++++++++++++++++++ 2 files changed, 93 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8107ef6cb2..0d41d08763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2003-10-22 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + tests/lang/bug25922.phpt: + News & test regarding bug #25922 + + * (PHP_4_3) + Zend/zend.c: + MFH: Fixed bug #25922 (Crash in error handler when 5th argument is + modified) + This also fixes bug #25547 in PHP 4.3.X + + * tests/lang/bug25922.phpt: + + Fixed bug #25922 (Crash in error handler when 5th argument is modified). + + * ZendEngine2/zend.c: + Fixed bug #25922 (Crash in error handler when 5th argument is modified). + + * configure.in: + Don't forget to compile zend_interfaces.c + +2003-10-22 Marcus Boerger + + * ZendEngine2/zend_default_classes.c + ZendEngine2/zend_interfaces.c + ZendEngine2/zend_interfaces.h + tests/classes/iterators_001.phpt + tests/classes/iterators_002.phpt + tests/classes/iterators_003.phpt + tests/classes/iterators_004.phpt + tests/classes/iterators_005.phpt: + Impement userspace iterator interfaces and tests. See tests for details + on the names. + + * ZendEngine2/zend.h + ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.c: + Expand Interface C API. + In short: zend_class_entry->interface_gets_implemented() allows to modify + the class entry of a class when an interface gets implemented. + + * ZendEngine2/zend_default_classes.c: + The string conversion method should be named __toString() + +2003-10-22 Sascha Schumann + + * ext/ircg/ircg.c: + No empty args here, some servers don't like that + +2003-10-22 Rui Hirokawa + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h + main/rfc1867.c: + name/value in multipart/form-date will be converted into internal encoding + when mbstring.encoding_translation is On. + +2003-10-22 Ilia Alshanetsky + + * ext/mbstring/mbstring.c: + Fixed compile warnings. + 2003-10-21 Jani Taskinen * sapi/apache2handler/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 65fed0b53d..1e82e94274 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,29 @@ +2003-10-22 Ilia Alshanetsky + + * zend.c: + Fixed bug #25922 (Crash in error handler when 5th argument is modified). + +2003-10-22 Marcus Boerger + + * zend_default_classes.c + zend_interfaces.c + zend_interfaces.h: + Impement userspace iterator interfaces and tests. See tests for details + on the names. + + * zend.h + zend_API.c + zend_API.h + zend_compile.c + zend_compile.h + zend_execute.c: + Expand Interface C API. + In short: zend_class_entry->interface_gets_implemented() allows to modify + the class entry of a class when an interface gets implemented. + + * zend_default_classes.c: + The string conversion method should be named __toString() + 2003-10-21 Marcus Boerger * ZEND_CHANGES: -- 2.40.0