changelog Mon Apr 9 01:31:10 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2652&r2=1.2653&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2652 php-src/ChangeLog:1.2653 --- php-src/ChangeLog:1.2652 Sat Apr 7 01:30:59 2007 +++ php-src/ChangeLog Mon Apr 9 01:31:10 2007 @@ -1,3 +1,35 @@ +2007-04-08 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/pdo_mysql/mysql_statement.c: + + Fixed bug #40822 (pdo_mysql does not return rowCount() on select). + +2007-04-08 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/mcrypt/mcrypt.c: + MFB: fix #40999 (mcrypt_create_iv() not using random seed) + + * main/main.c: + MFB: Avoid locks when appening to the error log file + +2007-04-08 Johannes Schlüter <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/tokenizer/tokenizer.c + ext/tokenizer/tests/002.phpt + ext/tokenizer/tests/003.phpt + ext/tokenizer/tests/bug26463.phpt: + - MFH: Added linenumbers to array returned by token_get_all() + + * ext/tokenizer/tokenizer.c + ext/tokenizer/tests/002.phpt + ext/tokenizer/tests/003.phpt + ext/tokenizer/tests/bug26463.phpt: + - Added linenumbers to array returned by token_get_all() + 2007-04-06 Antony Dovgal <[EMAIL PROTECTED]> * (PHP_5_2)