Navigation Menu

Skip to content

Commit

Permalink
Remove unwanted char '`' after oci8.
Browse files Browse the repository at this point in the history
  • Loading branch information
bantu committed Oct 26, 2011
1 parent 139e6aa commit b7739c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/configuration.rst
Expand Up @@ -48,7 +48,7 @@ interfaces to use. It can be configured in one of three ways:
extension.
**Note that this driver caused problems in our tests. Prefer the oci8 driver if possible.**
- ``pdo_sqlsrv``: An MSSQL driver that uses pdo\_sqlsrv PDO
- ``oci8``:\` An Oracle driver that uses the oci8 PHP extension.
- ``oci8``: An Oracle driver that uses the oci8 PHP extension.

- ``driverClass``: Specifies a custom driver implementation if no
'driver' is specified. This allows the use of custom drivers that
Expand Down

0 comments on commit b7739c3

Please sign in to comment.