From: Date: Sun, 3 Dec 2006 01:31:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~850 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd2a5f7996d05a306f0c5bb4e74c82c4ca618209;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 103ac9f08c..1948b21010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2006-12-02 Nuno Lopes + + * ext/pcre/tests/001.phpt + ext/pcre/tests/002.phpt + ext/pcre/tests/003.phpt + ext/pcre/tests/004.phpt: + MFH (not tested. so some tests may fail in unicode mode) + + * ext/pcre/tests/001.phpt + ext/pcre/tests/001.phpt + ext/pcre/tests/002.phpt + ext/pcre/tests/002.phpt + ext/pcre/tests/003.phpt + ext/pcre/tests/003.phpt + ext/pcre/tests/004.phpt + ext/pcre/tests/004.phpt: + + file 001.phpt was initially added on branch PHP_5_2. + +2006-12-02 Ilia Alshanetsky + + * ext/pdo/tests/pdo_016.phpt + ext/pdo/tests/pdo_016a.phpt + ext/pdo/tests/pdo_021.phpt + ext/pdo_mysql/mysql_statement.c: + MFB: Fixed bug #39527 (Failure to retrieve results when multiple + unbuffered, + prepared statements are used in pdo_mysql). + + * (PHP_5_2) + NEWS + ext/pdo/tests/pdo_016.phpt + ext/pdo/tests/pdo_016a.phpt + ext/pdo/tests/pdo_021.phpt + ext/pdo_mysql/mysql_statement.c: + Fixed bug #39527 (Failure to retrieve results when multiple unbuffered, + prepared statements are used in pdo_mysql). + 2006-12-01 Frank M. Kromann * (PHP_5_2)