changelog Fri Apr 30 20:36:01 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1614&r2=1.1615&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1614 php-src/ChangeLog:1.1615 --- php-src/ChangeLog:1.1614 Thu Apr 29 20:35:26 2004 +++ php-src/ChangeLog Fri Apr 30 20:36:00 2004 @@ -1,3 +1,77 @@ +2004-04-30 Derick Rethans <[EMAIL PROTECTED]> + + * ext/sqlite/package.xml: + - HTML entity to ISO char. + +2004-04-30 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + run-tests.php: + MFH Bugfix #28229 (PATCH run-tests tripped up by spaces in names) + +2004-04-30 Greg Beaver <[EMAIL PROTECTED]> + + * pear/tests/pear_registry.phpt: + fix to work with only the installed version of PEAR + + * (PHP_4_3) + pear/PEAR/Downloader.php + pear/PEAR/Installer.php: + MFH fix included files and put error messages in PEAR_Downloader where they + are needed + + * pear/PEAR/Downloader.php + pear/PEAR/Installer.php: + fix included files and put error messages in PEAR_Downloader where they are + needed + +2004-04-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/standard/math.c + ext/standard/tests/math/bug28228.phpt: + MFH: Fixed bug #28228 (number_format() does not allow empty decimal + separator). + + * ext/standard/math.c + ext/standard/tests/math/bug28228.phpt: + Fixed bug #28228 (number_format() does not allow empty decimal separator). + +2004-04-30 Marcus Boerger <[EMAIL PROTECTED]> + + * run-tests.php: + Bugfix #28229 (PATCH run-tests tripped up by spaces in names) + +2004-04-30 Greg Beaver <[EMAIL PROTECTED]> + + * pear/tests/user.input: + remove notices in E_ALL for config test in PHP 4.3.6 + + * pear/tests/pear_packager.phpt: + hopefully fix this test for all cases + + * pear/package-PEAR.xml: + update to begin process for next release (release is not imminent) + + * (PHP_4_3) + pear/package-PEAR.xml: + MFH update to begin process for next release (release is not imminent) + + * pear/tests/pear_common_buildProvidesArray.phpt: + fix unit test to work with 1.3.2 (which will be needed) + + * (PHP_4_3) + pear/PEAR/Common.php: + MFH fix 1186: notice in PEAR_Common undeclared $_packageName + + * pear/PEAR/Common.php: + fix 1186: notice in PEAR_Common undeclared $_packageName + + * pear/tests/pear_common_analyzeSC.phpt: + fix unit test with PEAR 1.3.1 + 2004-04-29 Marcus Boerger <[EMAIL PROTECTED]> * ext/sqlite/CREDITS: @@ -2658,7 +2732,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1614 2004/04/30 00:35:26 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1615 2004/05/01 00:36:00 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>