1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00

ChangeLog update

This commit is contained in:
2006-11-28 01:31:25 +00:00
parent 820b30bcb8
commit 4facdb420b

View File

@@ -1,3 +1,19 @@
2006-11-27 Antony Dovgal <antony@zend.com>
* (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 <alex@alexwaugh.com>
* (PHP_5_2)