ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


changelog:6.0.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
changelog:6.0.0 [2015/11/27 17:41] – [Core Functions] mnewnhamchangelog:6.0.0 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Release 6.0.0 Changelog ====== 
-===== Driver 'oracle'===== 
-This driver, which supports connections to  Oracle Version 7 and lower database 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. 
- 
-===== Drivers '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 via COM objects as well as an obsolete [[database:microsoft_sql_server|SQL Server]] connection will be removed. Connections to [[database:Access]] databases can be achieved via ODBC drivers 
- 
-===== Driver 'text' ===== 
-This driver, which has not been functional since PHP 5.3 due to a non-compliant 3rd argument to connect, will be removed. 
- 
- 
-===== Session Management ===== 
-The obsolete session management functions in ''adodb-session.inc.php'' will be removed. 
- 
  
changelog/6.0.0.1448642503.txt.gz · Last modified: 2017/04/21 11:19 (external edit)