From: Date: Wed, 31 Aug 2005 05:40:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ae827de7f2c0f84a2529692ffaee8f0eb389f79;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c7ff0789d8..d99f4b1237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2005-08-30 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + NEWS + ext/imap/php_imap.c + ext/imap/php_imap.c: + MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function). + + * ext/imap/php_imap.c: + Fixed bug #32589 (possible crash inside imap_mail_compose() function). + +2005-08-30 Johannes Schlüter + + * NEWS: + News + +2005-08-30 Marcus Boerger + + * (PHP_5_1) + run-tests-config.php + server-tests-config.php + server-tests.php: + - MFH (missing run-tests2.php rename part) + + * run-tests-config.php + server-tests-config.php + server-tests-config.php + server-tests.php: + - run-tests2.php was renamed into server-tests.php (missing part) + + * ZendEngine2/zend_API.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_reflection_api.c: + - Adds module registering a function to struct zend_internal_function. + (Johannes) + +2005-08-30 Derick Rethans + + * NEWS + NEWS + NEWS + NEWS + ext/standard/datetime.c + ext/standard/datetime.c: + - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9). + +2005-08-30 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + - Fix const speling (correct in branshes where did it vanish here) + +2005-08-30 Dmitry Stogov + + * ZendEngine2/zend_reflection_api.c + ZendEngine2/zend_reflection_api.c: + Fixed possible memory leak + + * ZendEngine2/zend.c: + Fixed unicode support bug + +2005-08-30 Marcus Boerger + + * (PHP_5_0) + NEWS + NEWS: + - BFN + + * (PHP_5_0) + ZendEngine2/zend_reflection_api.c: + - MFH Fix #34299: ReflectionClass::isInstantiable() returns true for + abstract classes + 2005-08-29 Ilia Alshanetsky * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bd5d4abb32..a7c7650568 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,32 @@ +2005-08-30 Marcus Boerger + + * zend_API.c + zend_compile.c + zend_compile.h + zend_object_handlers.c + zend_reflection_api.c: + - Adds module registering a function to struct zend_internal_function. + (Johannes) + + * zend_reflection_api.c: + - Fix const speling (correct in branshes where did it vanish here) + +2005-08-30 Dmitry Stogov + + * zend_reflection_api.c + zend_reflection_api.c: + Fixed possible memory leak + + * zend.c: + Fixed unicode support bug + +2005-08-30 Marcus Boerger + + * (PHP_5_0) + zend_reflection_api.c: + - MFH Fix #34299: ReflectionClass::isInstantiable() returns true for + abstract classes + 2005-08-29 Marcus Boerger * zend_reflection_api.c: