mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo + literal tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323121 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
47345cff18
commit
ab30a4abeb
2 changed files with 12 additions and 8 deletions
|
@ -49,15 +49,17 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
? and : that are used as identifiers in PHP connection URL cann't be
|
||||
included in the password. The following is an example of a password that
|
||||
is invalid to use as connection URL because it contains "?:".
|
||||
<literal>?</literal> and <literal>:</literal> that are used as identifiers
|
||||
in PHP connection URL can't be included in the password. The following is
|
||||
an example of a password that is invalid to use as connection URL because it contains
|
||||
"<literal>?:</literal>".
|
||||
</para>
|
||||
<para>
|
||||
$url = "CUBRID:localhost:33000:tdb:dba:12?:?autocommit=off";
|
||||
</para>
|
||||
<para>
|
||||
Passwords that contain ? or : may be passed as a seperate parameter.
|
||||
Passwords that contain <literal>?</literal> or <literal>:</literal>
|
||||
may be passed as a seperate parameter.
|
||||
</para>
|
||||
<para>
|
||||
$url = "CUBRID:localhost:33000:tbd:::?autocommit=off";
|
||||
|
|
|
@ -62,15 +62,17 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
? and : that are used as identifiers in PHP connection URL cann't be
|
||||
included in the password. The following is an example of a password that
|
||||
is invalid to use as connection URL because it contains "?:".
|
||||
<literal>?</literal> and <literal>:</literal> that are used as identifiers
|
||||
in PHP connection URL can't be included in the password. The following is
|
||||
an example of a password that is invalid to use as connection URL because it contains
|
||||
"<literal>?:</literal>".
|
||||
</para>
|
||||
<para>
|
||||
$url = "CUBRID:localhost:33000:tdb:dba:12?:?autocommit=off";
|
||||
</para>
|
||||
<para>
|
||||
Passwords that contain ? or : may be passed as a seperate parameter.
|
||||
Passwords that contain <literal>?</literal> or <literal>:</literal> may be
|
||||
passed as a seperate parameter.
|
||||
</para>
|
||||
<para>
|
||||
$url = "CUBRID:localhost:33000:tbd:::?autocommit=off";
|
||||
|
|
Loading…
Reference in a new issue