Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
b013f1b4
Commit
b013f1b4
authored
Apr 29, 2011
by
Guilherme Blanco
Browse files
Options
Browse Files
Download
Plain Diff
Merged pull request #2 from rdohms/patch-1.
Added PDO SQL Srv driver to the list
parents
5b19ce63
d3f3b582
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
configuration.rst
en/reference/configuration.rst
+13
-0
No files found.
en/reference/configuration.rst
View file @
b013f1b4
...
@@ -47,6 +47,7 @@ interfaces to use. It can be configured in one of three ways:
...
@@ -47,6 +47,7 @@ interfaces to use. It can be configured in one of three ways:
- ``pdo_oci``: An Oracle driver that uses the pdo\_oci PDO
- ``pdo_oci``: An Oracle driver that uses the pdo\_oci PDO
extension.
extension.
**Note that this driver caused problems in our tests. Prefer the oci8 driver if possible.**
**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
- ``driverClass``: Specifies a custom driver implementation if no
...
@@ -130,6 +131,18 @@ pdo\_oci / oci8
...
@@ -130,6 +131,18 @@ pdo\_oci / oci8
- ``charset`` (string): The charset used when connecting to the
- ``charset`` (string): The charset used when connecting to the
database.
database.
pdo\_sqlsrv
^^^^^^^^^^
- ``user`` (string): Username to use when connecting to the
database.
- ``password`` (string): Password to use when connecting to the
database.
- ``host`` (string): Hostname of the database to connect to.
- ``port`` (integer): Port of the database to connect to.
- ``dbname`` (string): Name of the database/schema to connect to.
Custom Platform
Custom Platform
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment