changelog Sat Jun 19 20:32:19 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1661&r2=1.1662&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1661 php-src/ChangeLog:1.1662 --- php-src/ChangeLog:1.1661 Fri Jun 18 20:32:18 2004 +++ php-src/ChangeLog Sat Jun 19 20:32:19 2004 @@ -1,3 +1,24 @@ +2004-06-19 Jan Lehnardt <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend_reflection_api.c: + Reflection_* -> Reflection*. Patch by Timm Friebe. + +2004-06-19 Stefan Esser <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * (PHP_4_3) @@ -5151,7 +5172,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1661 2004/06/19 00:32:18 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1662 2004/06/20 00:32:19 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>