From: Date: Thu, 25 Nov 2004 01:33:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75ab06e8551bb1fbff9c7f30ec583eedb7589448;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7cbe2f099d..7f33f23212 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2004-11-24 Ilia Alshanetsky + + * (PHP_5_0) + ext/iconv/php_iconv.h: + MFH: Fixed compilation when PHP is built in separate directory. + + * ext/iconv/php_iconv.h: + Fixed compilation when PHP is built in separate directory. + +2004-11-24 Marcus Boerger + + * (PHP_5_0) + NEWS: + - BFN + + * ZendEngine2/zend_reflection_api.c: + - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults) + + * ZendEngine2/tests/bug30856.phpt: + + - Add new test + 2004-11-23 Dmitry Stogov * ext/gd/tests/imagefilter.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 81f6d48e05..d0cc0ae44c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-11-24 Marcus Boerger + + * zend_reflection_api.c: + - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults) + + * tests/bug30856.phpt: + + - Add new test + 2004-11-17 Stanislav Malyshev * (PHP_5_0)