File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ extension=pdo
4747 <step >
4848 <para >
4949 PDO is enabled by default.
50- Choose the other database-specific DLL files and either use
51- <function >dl</function > to load them at runtime, or enable them in
52- &php.ini; . For example, this loads the
50+ Enable the database-specific drivers in &php.ini; as needed.
51+ For example, this loads the
5352 <link linkend =" ref.pdo-sqlite" >PDO_SQLITE</link > driver but
54- leaves the <link linkend =" ref.pdo-odbc" >PDO_ODBC</link > driver commented out:
53+ leaves the <link linkend =" ref.pdo-odbc" >PDO_ODBC</link > driver
54+ commented out:
5555 <screen >
5656<![CDATA[
5757;extension=pdo_odbc
@@ -60,7 +60,7 @@ extension=pdo_sqlite
6060 </screen >
6161 </para >
6262 <para >
63- These DLLs should exist in the system's
63+ The corresponding extension files should exist in the
6464 <link linkend =" ini.extension-dir" >extension_dir</link >.
6565 </para >
6666 </step >
You can’t perform that action at this time.
0 commit comments