vrana Thu Dec 1 05:05:55 2005 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-connect.xml
mysql-pconnect.xml
Log:
MYSQL_CLIENT_SSL
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-connect.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-connect.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.18
phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.19
--- phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.18 Mon Oct 3
11:31:51 2005
+++ phpdoc/en/reference/mysql/functions/mysql-connect.xml Thu Dec 1
05:05:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<refentry id="function.mysql-connect">
<refnamediv>
<refname>mysql_connect</refname>
@@ -77,6 +77,7 @@
<para>
The <parameter>client_flags</parameter> parameter can be a combination
of the following constants:
+ <constant>MYSQL_CLIENT_SSL</constant>,
<constant>MYSQL_CLIENT_COMPRESS</constant>,
<constant>MYSQL_CLIENT_IGNORE_SPACE</constant> or
<constant>MYSQL_CLIENT_INTERACTIVE</constant>.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-pconnect.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-pconnect.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.10
phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.11
--- phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.10 Wed Jun 22
06:39:09 2005
+++ phpdoc/en/reference/mysql/functions/mysql-pconnect.xml Thu Dec 1
05:05:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="function.mysql-pconnect">
<refnamediv>
<refname>mysql_pconnect</refname>
@@ -92,6 +92,7 @@
<para>
The <parameter>client_flags</parameter> parameter can be a combination
of the following constants:
+ <constant>MYSQL_CLIENT_SSL</constant>,
<constant>MYSQL_CLIENT_COMPRESS</constant>,
<constant>MYSQL_CLIENT_IGNORE_SPACE</constant> or
<constant>MYSQL_CLIENT_INTERACTIVE</constant>.