diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index 263bcaf001..ede38d76f6 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + PDO Functions @@ -10,7 +10,7 @@ &reftitle.intro; &warn.experimental; - The PDO extension defines a lightweight, consistent interface + The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot @@ -65,38 +65,40 @@ extension=php_pdo.dll PDO Drivers The following drivers currently implement the PDO interface: - - - - PDO_FIREBIRD - Firebird/Interbase 6 - - - - - PDO_MYSQL - MySQL 3.x/4.0 - - - - - PDO_OCI - Oracle Call Interface - - - - - PDO_ODBC - ODBC v3 (IBM DB2 and unixODBC) - - - - - PDO_PGSQL - PostgreSQL - - - - - PDO_SQLITE - SQLite 3.x - - - + + + + Driver name + Supported databases + + + + + PDO_FIREBIRD + Firebird/Interbase 6 + + + PDO_MYSQL + MySQL 3.x/4.0 + + + PDO_OCI + Oracle Call Interface + + + PDO_ODBC + ODBC v3 (IBM DB2 and unixODBC) + + + PDO_PGSQL + PostgreSQL + + + PDO_SQLITE + SQLite 3.x + + +