changelog Tue Nov 28 01:31:25 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2524&r2=1.2525&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2524 php-src/ChangeLog:1.2525 --- php-src/ChangeLog:1.2524 Mon Nov 27 01:31:08 2006 +++ php-src/ChangeLog Tue Nov 28 01:31:25 2006 @@ -1,3 +1,19 @@ +2006-11-27 Antony Dovgal <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * (PHP_5_2)