From: Date: Mon, 9 Apr 2007 01:31:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_1_0~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d36de5e38dedff5353401b385921ccc1460bf88;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 42af90d8d6..fe4028062b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2007-04-08 Ilia Alshanetsky + + * (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 + + * 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 + + * (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 * (PHP_5_2)