changelog Sat Nov 8 20:31:57 2003 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1441 php-src/ChangeLog:1.1442 --- php-src/ChangeLog:1.1441 Fri Nov 7 20:32:08 2003 +++ php-src/ChangeLog Sat Nov 8 20:31:55 2003 @@ -1,3 +1,56 @@ +2003-11-08 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_reflection_api.c: + Add method reflection_class::implementsInterface() + Allow string & reflection_class in isSubclassOf() + + * ZendEngine2/zend_reflection_api.c: + Fix reflection_class::isSubclassOf() + +2003-11-08 Sergey Kartashoff <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/mnogosearch/php_mnogo.c: + - Mnogosearch extension wsa updated to include mnogosearch-3.2.16 features. + + * ext/mnogosearch/php_mnogo.c: + - Mnogosearch Extension was updated to include mnogosearch-3.2.16 features + +2003-11-08 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/exif/exif.c: + MFH (#26056: Warnings while compiling exif.c) + + * ZendEngine2/zend.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_operators.c + ZendEngine2/tests/bug26166.phpt: + Handle exceptions in casting more gracefully. + This fixes bug #26166 + +2003-11-08 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS: + touch + + * NEWS: + Remove NEWS entry since the fix went to the branch as well. + +2003-11-08 Wez Furlong <[EMAIL PROTECTED]> + + * (PHP_4_3) + scripts/Makefile.frag: + Fix shared/pecl build for extensions that rely on mbstring... + +2003-11-08 Frank M. Kromann <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/ming/ming.c + ext/ming/php_ming.h: + Reverting. New features are not supposed to go into the 4.3 branch + 2003-11-07 Ilia Alshanetsky <[EMAIL PROTECTED]> * (PHP_4_3)