georg Fri Jan 31 12:11:54 2003 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-connect.xml
mysql-pconnect.xml
Log:
fixed bug #21981 (removed SSL constant)
Index: phpdoc/en/reference/mysql/functions/mysql-connect.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.4
phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.4 Sun Dec 1 21:09:30
2002
+++ phpdoc/en/reference/mysql/functions/mysql-connect.xml Fri Jan 31 12:11:54
+2003
@@ -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>
Index: phpdoc/en/reference/mysql/functions/mysql-pconnect.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.3
phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.3 Wed Jul 10 11:34:25
2002
+++ phpdoc/en/reference/mysql/functions/mysql-pconnect.xml Fri Jan 31 12:11:54
+2003
@@ -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
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php