From: Date: Sun, 20 Jun 2004 00:32:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e6607aa516a0bb0ebbb756c1981a06c61a015aa;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 61b764f2f8..5629dcee7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2004-06-19 Jan Lehnardt + + * scripts/phpize.in: + - do it right (phpize path issue) + + * scripts/phpize.in: + - phpize now can handle directories with spaces in their name (#28847) + +2004-06-19 Sebastian Bergmann + + * ZendEngine2/zend_reflection_api.c: + Reflection_* -> Reflection*. Patch by Timm Friebe. + +2004-06-19 Stefan Esser + + * (PHP_4_3) + ext/domxml/php_domxml.c + ext/ncurses/ncurses_functions.c + ext/w32api/w32api.c: + Fixed some 64bit and other zend_parse_parameters bugs + 2004-06-18 Sara Golemon * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 915ed702a1..be0c5efd07 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-06-19 Sebastian Bergmann + + * zend_reflection_api.c: + Reflection_* -> Reflection*. Patch by Timm Friebe. + 2004-06-18 Sara Golemon * zend_execute.c: