See the Current Changelog.
Added charPage for ado drivers, so you can set the code page.
$conn->charPage = CP_UTF8;
$conn->Connect($dsn);
Modified _seek in mysql to check for num rows=0.
Added to metatypes new informix types for IDS 9.30. Thx Fernando Ortiz.
_maxrecordcount returned in CachePageExecute $rsreturn
Fixed sybase cacheselectlimit( ) problems
MetaColumns() max_length should use precision for types X and C for ms access. Fixed.
Speedup of odbc non-SELECT sql statements.
Added support in MetaColumns for Wide Char types for ODBC. We halve max_length if unicode/wide char.
Added 'B' to types handled by GetUpdateSQL/GetInsertSQL.
Fixed warning message in oci8 driver with $persist variable when using PConnect.