diff --git a/reference/pdo_firebird/reference.xml b/reference/pdo_firebird/reference.xml index 334f05a4e0..5836176091 100644 --- a/reference/pdo_firebird/reference.xml +++ b/reference/pdo_firebird/reference.xml @@ -69,12 +69,34 @@ &reftitle.examples; - PDO_FIREBIRD DSN examples + PDO_FIREBIRD DSN example with path The following example shows a PDO_FIREBIRD DSN for connecting to Firebird databases: + + + + + PDO_FIREBIRD DSN example with port and path + + The following example shows a PDO_FIREBIRD DSN for connecting to + a Firebird database using hostname port and path: + + + + + + PDO_FIREBIRD DSN example with localhost and path to employee.fdb on Debian system + + The following example shows a PDO_FIREBIRD DSN for connecting to + a Firebird database employee.fdb using localhost: +