[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-connect.xml mysql-pconnect.xml

2007-06-07 Thread Jakub Vrana
vrana   Thu Jun  7 14:40:13 2007 UTC

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-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 @@
 
-
+
 
  
   mysql_connect
@@ -83,6 +83,7 @@
   
The client_flags parameter can be a combination 
of the following constants:
+   128 (enable LOAD DATA LOCAL handling),
MYSQL_CLIENT_SSL,
MYSQL_CLIENT_COMPRESS, 
MYSQL_CLIENT_IGNORE_SPACE 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 @@
 
-
+
 
  
   mysql_pconnect
@@ -92,6 +92,7 @@
   
The client_flags parameter can be a combination 
of the following constants:
+   128 (enable LOAD DATA LOCAL handling),
MYSQL_CLIENT_SSL, 
MYSQL_CLIENT_COMPRESS, 
MYSQL_CLIENT_IGNORE_SPACE or


[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-connect.xml mysql-pconnect.xml

2005-12-01 Thread Jakub Vrana
vrana   Thu Dec  1 05:05:55 2005 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-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 @@
 
-
+
 
  
   mysql_connect
@@ -77,6 +77,7 @@
   
The client_flags parameter can be a combination 
of the following constants:
+   MYSQL_CLIENT_SSL,
MYSQL_CLIENT_COMPRESS, 
MYSQL_CLIENT_IGNORE_SPACE or
MYSQL_CLIENT_INTERACTIVE.
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 @@
 
-
+
 
  
   mysql_pconnect
@@ -92,6 +92,7 @@
   
The client_flags parameter can be a combination 
of the following constants:
+   MYSQL_CLIENT_SSL, 
MYSQL_CLIENT_COMPRESS, 
MYSQL_CLIENT_IGNORE_SPACE or
MYSQL_CLIENT_INTERACTIVE.


[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-connect.xml mysql-pconnect.xml

2003-01-31 Thread Georg Richter
georg   Fri Jan 31 12:11:54 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-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 @@
 
-
+
 
   

@@ -64,8 +64,9 @@
  behavior and makes mysql_connect always open 
  a new link, even if mysql_connect was called 
  before with the same parameters. The client_flags
- 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.
 
 
  
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 @@
 
-
+
 
   

@@ -31,8 +31,9 @@
  user that owns the server process and
  password = empty password.
  The client_flags
- 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.
 
 
  The server parameter can also include a port



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php