Download Latest Version adodb-5.22.9.tar.gz (1.2 MB)
Email in envelope

Get an email when there's a new version of ADOdb

Home / adodb-php5-only / adodb-516-for-php5
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2012-03-26 2.8 kB
adodb516a.zip 2012-03-26 735.8 kB
adodb516a.tgz 2012-03-26 542.0 kB
Totals: 3 Items   1.3 MB 0
ADODB Library for PHP5
======================

(c) 2000-2012 John Lim (jlim@natsoft.com)

Released under both BSD and GNU Lesser GPL library license. 
This means you can use it in proprietary products.

Version 5.16 26 Mar 2012
========================

Misc bug fixes and improvements. See changelog.

Notes: Download 5.16a as this fixes a accidental debug message left in oci8 driver.


Changelog
=========

* mysqli: extra mysqli_next_result() in close() removed. See http://phplens.com/lens/lensforum/msgs.php?id=19100
* datadict-oci8: minor typo in create sequence trigger fixed. See http://phplens.com/lens/lensforum/msgs.php?id=18879.
* security: safe date parsing changes. Does not impact security, these are code optimisations. Thx Saithis.
* postgres, oci8, oci8po, db2oci: Param() function parameters inconsistent with base class.  $type='C' missing. Fixed.
* active-record: locked bug fixed. http://phplens.com/lens/lensforum/msgs.php?phplens_forummsg=new&id=19073
* mysql, mysqli and informix: added MetaProcedures. Metaprocedures allows to retrieve an array list of all procedures in database. http://phplens.com/lens/lensforum/msgs.php?id=18414
* Postgres7: added support for serial data type in MetaColumns().

Introduction
============

PHP's database access functions are not standardised. This creates a 
need for a database class library to hide the differences between the 
different databases (encapsulate the differences) so we can easily 
switch databases.

We currently support MySQL, Interbase, Sybase, PostgreSQL, Oracle, 
Microsoft SQL server,  Foxpro ODBC, Access ODBC, Informix, DB2,
Sybase SQL Anywhere, generic ODBC and Microsoft's ADO. 

We hope more people will contribute drivers to support other databases.


Documentation and Examples
==========================

Refer to the adodb/docs directory for full documentation and examples. 
There is also a  tutorial tute.htm that contrasts ADODB code with 
mysql code.



Files
=====

adodb.inc.php is the main file. You need to include only this file.

adodb-*.inc.php are the database specific driver code.

test.php contains a list of test commands to exercise the class library.

adodb-session.php is the PHP4 session handling code.

testdatabases.inc.php contains the list of databases to apply the tests on.

Benchmark.php is a simple benchmark to test the throughput of a simple SELECT 
statement for databases described in testdatabases.inc.php. The benchmark
tables are created in test.php.

readme.htm is the main documentation.

tute.htm is the tutorial.


More Info
=========

For more information, including installation see readme.htm
or visit
           http://adodb.sourceforge.net/


>> Feature Requests and Bug Reports

Email to jlim@natsoft.com


 
Source: README.txt, updated 2012-03-26