From ab30a4abeb927432200f31e3a745727068b3881e Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Wed, 8 Feb 2012 07:45:36 +0000 Subject: [PATCH] Typo + literal tag git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323121 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cubrid/functions/cubrid-connect-with-url.xml | 10 ++++++---- .../cubrid/functions/cubrid-pconnect-with-url.xml | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/reference/cubrid/functions/cubrid-connect-with-url.xml b/reference/cubrid/functions/cubrid-connect-with-url.xml index 2872c659a0..de36b516b8 100644 --- a/reference/cubrid/functions/cubrid-connect-with-url.xml +++ b/reference/cubrid/functions/cubrid-connect-with-url.xml @@ -49,15 +49,17 @@ - ? and : that are used as identifiers in PHP connection URL cann't be - included in the password. The following is an example of a password that - is invalid to use as connection URL because it contains "?:". + ? and : that are used as identifiers + in PHP connection URL can't be included in the password. The following is + an example of a password that is invalid to use as connection URL because it contains + "?:". $url = "CUBRID:localhost:33000:tdb:dba:12?:?autocommit=off"; - Passwords that contain ? or : may be passed as a seperate parameter. + Passwords that contain ? or : + may be passed as a seperate parameter. $url = "CUBRID:localhost:33000:tbd:::?autocommit=off"; diff --git a/reference/cubrid/functions/cubrid-pconnect-with-url.xml b/reference/cubrid/functions/cubrid-pconnect-with-url.xml index 2254f75190..d871230bc9 100644 --- a/reference/cubrid/functions/cubrid-pconnect-with-url.xml +++ b/reference/cubrid/functions/cubrid-pconnect-with-url.xml @@ -62,15 +62,17 @@ - ? and : that are used as identifiers in PHP connection URL cann't be - included in the password. The following is an example of a password that - is invalid to use as connection URL because it contains "?:". + ? and : that are used as identifiers + in PHP connection URL can't be included in the password. The following is + an example of a password that is invalid to use as connection URL because it contains + "?:". $url = "CUBRID:localhost:33000:tdb:dba:12?:?autocommit=off"; - Passwords that contain ? or : may be passed as a seperate parameter. + Passwords that contain ? or : may be + passed as a seperate parameter. $url = "CUBRID:localhost:33000:tbd:::?autocommit=off";