changelog Sun Mar 12 06:31:44 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2281&r2=1.2282&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2281 php-src/ChangeLog:1.2282 --- php-src/ChangeLog:1.2281 Sat Mar 11 06:31:42 2006 +++ php-src/ChangeLog Sun Mar 12 06:31:43 2006 @@ -1,3 +1,36 @@ +2006-03-11 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_1) + run-tests.php: + - MFH Fix writing faillog with redirected tests + + * run-tests.php: + - Fix writing faillog with redirected tests + + * (PHP_5_1) + run-tests.php: + - MFH Fix test results with redirected tests + + * run-tests.php: + - Fix test results with redirected tests + + * run-tests.php: + - Load list of extensions to test from php that is being tested rather than + from php running the tests + - When executing both unicode and native modes then show the type of test + in the reult list (PASS:U, PASS:N, etc) + + * (PHP_5_1) + run-tests.php: + - Load list of extensions to test from php that is being tested rather than + from php running the tests + +2006-03-11 Georg Richter <[EMAIL PROTECTED]> + + * (PHP_5_1) + ext/mysqli/mysqli_api.c: + fix for MySQL 5.1 (see http://bugs.mysql.com/?id=16144) + 2006-03-10 Marcus Boerger <[EMAIL PROTECTED]> * (PHP_5_1)