mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Remove 'schema' from connection URI; and link to ini.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345450 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
32d04aee92
commit
6b00f72656
2 changed files with 4 additions and 5 deletions
|
@ -31,7 +31,7 @@
|
|||
URI format:
|
||||
</para>
|
||||
<para>
|
||||
<code>scheme://[user[:[password]]@]target[:port][/schema][?attribute1=value1&attribute2=value2...</code>
|
||||
<code>scheme://[user[:[password]]@]target[:port][?attribute1=value1&attribute2=value2...</code>
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
|
|
@ -74,10 +74,9 @@ pdo_mysql
|
|||
|
||||
</section>
|
||||
|
||||
<section xml:id="mysql-xdevapi.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
<!-- {{{ Configuration -->
|
||||
&reference.mysql-xdevapi.ini;
|
||||
<!-- }}} -->
|
||||
|
||||
</chapter>
|
||||
|
||||
|
|
Loading…
Reference in a new issue