From: Date: Tue, 28 Nov 2006 01:31:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~898 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4facdb420ba3142bf12b5eecb630458e5c8db4c5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 21b52da223..567ffb5d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2006-11-27 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/pdo_sqlite/sqlite_statement.c: + MFH: fix #39564 (PDO::errorInfo() returns inconsistent information when + sqlite3_step() fails) + + * ext/pdo_sqlite/sqlite_statement.c: + fix #39564 (PDO::errorInfo() returns inconsistent information when + sqlite3_step() fails) + + * ext/ftp/tests/004.phpt: + fix test + this errmsg is different on FreeBSD + 2006-11-26 Alex Waugh * (PHP_5_2)