From 07188db4caa135d7c05025fefd3a6ac032433b69 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Wed, 10 Apr 2002 00:28:17 +0000 Subject: [PATCH] uppercasing 'if': it was my fault, no need for fix in translations git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77454 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/curl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/curl.xml b/functions/curl.xml index 468bee29a8..496b4ff46d 100644 --- a/functions/curl.xml +++ b/functions/curl.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -447,8 +447,8 @@ curl_close ($ch); CURLOPT_KRB4LEVEL: Pass the KRB4 (Kerberos 4) security level. Anyone of the following strings (in order from least powerful, to most powerful): 'clear', 'safe', - 'confidential', 'private'. if the string does not match one of - these, then 'private' is used. if you set this to NULL, + 'confidential', 'private'. If the string does not match one of + these, then 'private' is used. If you set this to NULL, this disables KRB4 security. KRB4 security only works with FTP transactions currently.