Commit be445e73 authored by lsmith's avatar lsmith

- un-MDB2-ify DSN docs

parent e2d8a916
...@@ -44,15 +44,13 @@ phptype ...@@ -44,15 +44,13 @@ phptype
The currently supported database backends are: The currently supported database backends are:
||~ Driver name ||~ Supported databases || ||~ Driver name ||~ Supported databases ||
|| fbsql || FrontBase || || firbird || Firebird ||
|| ibase || InterBase / Firebird (requires PHP 5) || || informix || Informix ||
|| mssql || Microsoft SQL Server (NOT for Sybase. Compile PHP --with-mssql) || || mssql || Microsoft SQL Server ||
|| mysql || MySQL || || mysql || MySQL ||
|| mysqli || MySQL (supports new authentication protocol) (requires PHP 5) || || oracle || Oracle ||
|| oci8 || Oracle 7/8/9/10 ||
|| pgsql || PostgreSQL || || pgsql || PostgreSQL ||
|| querysim || QuerySim || || sqlite || SQLite ||
|| sqlite || SQLite 2 ||
A second DSN format supported is A second DSN format supported is
...@@ -102,10 +100,3 @@ sqlite:////full/unix/path/to/file.db?mode=0666 ...@@ -102,10 +100,3 @@ sqlite:////full/unix/path/to/file.db?mode=0666
<code> <code>
sqlite:///c:/full/windows/path/to/file.db?mode=0666 sqlite:///c:/full/windows/path/to/file.db?mode=0666
</code> </code>
**Example 5.** Connect to MySQLi using SSL
<code>
mysqli://user:pass@localhost/pear?key=client-key.pem&cert=client-cert.pem
</code>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment