From be445e7344b67c4ca485e96dbb4f6267c4004d26 Mon Sep 17 00:00:00 2001 From: lsmith Date: Mon, 28 Jan 2008 09:59:16 +0000 Subject: [PATCH] - un-MDB2-ify DSN docs --- .../dsn-the-data-source-name.txt | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/manual/docs/en/connection-management/dsn-the-data-source-name.txt b/manual/docs/en/connection-management/dsn-the-data-source-name.txt index 61c624c65..83b9ae1da 100644 --- a/manual/docs/en/connection-management/dsn-the-data-source-name.txt +++ b/manual/docs/en/connection-management/dsn-the-data-source-name.txt @@ -44,15 +44,13 @@ phptype The currently supported database backends are: ||~ Driver name ||~ Supported databases || -|| fbsql || FrontBase || -|| ibase || InterBase / Firebird (requires PHP 5) || -|| mssql || Microsoft SQL Server (NOT for Sybase. Compile PHP --with-mssql) || +|| firbird || Firebird || +|| informix || Informix || +|| mssql || Microsoft SQL Server || || mysql || MySQL || -|| mysqli || MySQL (supports new authentication protocol) (requires PHP 5) || -|| oci8 || Oracle 7/8/9/10 || +|| oracle || Oracle || || pgsql || PostgreSQL || -|| querysim || QuerySim || -|| sqlite || SQLite 2 || +|| sqlite || SQLite || A second DSN format supported is @@ -102,10 +100,3 @@ sqlite:////full/unix/path/to/file.db?mode=0666 sqlite:///c:/full/windows/path/to/file.db?mode=0666 - -**Example 5.** Connect to MySQLi using SSL - - -mysqli://user:pass@localhost/pear?key=client-key.pem&cert=client-cert.pem - -