vrana Thu Jun 7 14:40:13 2007 UTC
Modified files:
/phpdoc/en/reference/mysql/functions mysql-connect.xml
mysql-pconnect.xml
Log:
LOAD DATA LOCAL client flag
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-connect.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/reference/mysql/functions/mysql-connect.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.20
phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.21
--- phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.20 Wed Oct 11
10:04:41 2006
+++ phpdoc/en/reference/mysql/functions/mysql-connect.xml Thu Jun 7
14:40:13 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<refentry id="function.mysql-connect">
<refnamediv>
<refname>mysql_connect</refname>
@@ -83,6 +83,7 @@
<para>
The <parameter>client_flags</parameter> parameter can be a combination
of the following constants:
+ 128 (enable <literal>LOAD DATA LOCAL</literal> handling),
<constant>MYSQL_CLIENT_SSL</constant>,
<constant>MYSQL_CLIENT_COMPRESS</constant>,
<constant>MYSQL_CLIENT_IGNORE_SPACE</constant> or
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-pconnect.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/mysql/functions/mysql-pconnect.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.11
phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.12
--- phpdoc/en/reference/mysql/functions/mysql-pconnect.xml:1.11 Thu Dec 1
10:05:52 2005
+++ phpdoc/en/reference/mysql/functions/mysql-pconnect.xml Thu Jun 7
14:40:13 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<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:
+ 128 (enable <literal>LOAD DATA LOCAL</literal> handling),
<constant>MYSQL_CLIENT_SSL</constant>,
<constant>MYSQL_CLIENT_COMPRESS</constant>,
<constant>MYSQL_CLIENT_IGNORE_SPACE</constant> or