mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed bug #21981 (removed SSL constant)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114145 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
512e1b083e
commit
c78054870b
2 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mysql-connect">
|
||||
<refnamediv>
|
||||
|
@ -64,8 +64,9 @@
|
|||
behavior and makes <function>mysql_connect</function> always open
|
||||
a new link, even if <function>mysql_connect</function> was called
|
||||
before with the same parameters. The <parameter>client_flags</parameter>
|
||||
parameter can be a combination of the constants MYSQL_CLIENT_SSL,
|
||||
MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or MYSQL_CLIENT_INTERACTIVE.
|
||||
parameter can be a combination of the constants
|
||||
MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or
|
||||
MYSQL_CLIENT_INTERACTIVE.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mysql-pconnect">
|
||||
<refnamediv>
|
||||
|
@ -31,8 +31,9 @@
|
|||
user that owns the server process and
|
||||
<parameter>password</parameter> = empty password.
|
||||
The <parameter>client_flags</parameter>
|
||||
parameter can be a combination of the constants MYSQL_CLIENT_SSL,
|
||||
MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or MYSQL_CLIENT_INTERACTIVE.
|
||||
parameter can be a combination of the constants
|
||||
MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or
|
||||
MYSQL_CLIENT_INTERACTIVE.
|
||||
</para>
|
||||
<para>
|
||||
The <parameter>server</parameter> parameter can also include a port
|
||||
|
|
Loading…
Reference in a new issue