Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ So ... to install PDO For Wordpress please do the following:
->themes
->pdo
db.php
index.php[maybe]

The key thing is the presence of the pdo directory and the db.php file in the 'root' of the wp-content directory.

Expand All @@ -63,15 +62,15 @@ What databases are supported?

Currently the basic layer supports any database that is supported by PDO.

* MS SQL Server (PDO) � Microsoft SQL Server and Sybase Functions (PDO_DBLIB)
* Firebird/Interbase (PDO) � Firebird/Interbase Functions (PDO_FIREBIRD)
* IBM (PDO) � IBM Functions (PDO_IBM)
* Informix (PDO) � Informix Functions (PDO_INFORMIX)
* MySQL (PDO) � MySQL Functions (PDO_MYSQL)
* Oracle (PDO) � Oracle Functions (PDO_OCI)
* ODBC and DB2 (PDO) � ODBC and DB2 Functions (PDO_ODBC)
* PostgreSQL (PDO) � PostgreSQL Functions (PDO_PGSQL)
* SQLite (PDO) � SQLite Functions (PDO_SQLITE)
* MS SQL Server (PDO) � Microsoft SQL Server and Sybase Functions (PDO_DBLIB)
* Firebird/Interbase (PDO) � Firebird/Interbase Functions (PDO_FIREBIRD)
* IBM (PDO) � IBM Functions (PDO_IBM)
* Informix (PDO) � Informix Functions (PDO_INFORMIX)
* MySQL (PDO) � MySQL Functions (PDO_MYSQL)
* Oracle (PDO) � Oracle Functions (PDO_OCI)
* ODBC and DB2 (PDO) � ODBC and DB2 Functions (PDO_ODBC)
* PostgreSQL (PDO) � PostgreSQL Functions (PDO_PGSQL)
* SQLite (PDO) � SQLite Functions (PDO_SQLITE)

Note that through the PDO_ODBC extension, all ODBC supported databases are also supported, subject to drivers being available

Expand Down