From 4ae827de7f2c0f84a2529692ffaee8f0eb389f79 Mon Sep 17 00:00:00 2001 From: Date: Wed, 31 Aug 2005 05:40:14 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 29 +++++++++++++++++++ 2 files changed, 104 insertions(+) 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: -- 2.40.0