ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


changelog:6.0.0

This is an old revision of the document!


Release 6.0.0 Changelog

Driver 'oracle' (Oracle Version 7 and lower)

This driver, which uses PHP drivers removed in PHP version 5.1, will be removed. The oci8 driver will be renamed to 'oracle' in order to provide an appropiately named data provider, and 'oci8' will become a wrapper for that driver.

Any other driver directly based on this driver will also be removed.

Drivers 'mysql', 'mysqlt' & 'mysqlpo'

These drivers, which uses the non-improved mysql PHP drivers removed in PHP 5.4, will be removed. The driver 'mysqli' will be renamed to 'mysql' in order to provide an appropriately named data provider.

The 'mysqlt' and 'mysqlpo' drivers will also be removed.

Driver 'informix' & 'informix72'

These drivers, which support early versions of Informix, will be removed. A new version, based on the pdo_ibm driver, is planned.

Driver 'ado_access' & 'ado_mssql'

These drivers, which support Windows only connections to Access databases as well as an obsolete SQL server connection will be removed. Access connections can be achieved via ODBC drivers

Core Functions

Function Description
getRowAssoc() This method has been rewritten to improve reliability

Session Management

The obsolete session management functions in adodb-session.inc.php will be removed.

changelog/6.0.0.1448572981.txt.gz ยท Last modified: 2017/04/21 11:19 (external edit)