From 57bd720f1a864dee427c0b7bfa9ca3e079507fb7 Mon Sep 17 00:00:00 2001 From: Esen Sagynov Date: Fri, 7 Jun 2013 05:54:03 +0000 Subject: [PATCH] [APIS-554][PHP]Manual page for cubrid_close_request() should be edited git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330458 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cubrid/functions/cubrid-connect-with-url.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/cubrid/functions/cubrid-connect-with-url.xml b/reference/cubrid/functions/cubrid-connect-with-url.xml index 9bb7ae6d8d..d3c7b43508 100644 --- a/reference/cubrid/functions/cubrid-connect-with-url.xml +++ b/reference/cubrid/functions/cubrid-connect-with-url.xml @@ -96,14 +96,14 @@ "?:". - $url = "CUBRID:localhost:33000:tdb:dba:12?:?autocommit=off"; + $url = "CUBRID:localhost:33000:tdb:dba:12?:?login_timeout=100"; Passwords that contain ? or : may be passed as a seperate parameter. - $url = "CUBRID:localhost:33000:tbd:::?autocommit=off"; + $url = "CUBRID:localhost:33000:tbd:::?login_timeout=100"; $conn = cubrid_connect_with_url($url, "dba", "12?"); @@ -159,7 +159,7 @@