From e37f03321cdd0155838318d63158115b56201bb1 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Sun, 7 Apr 2002 15:04:17 +0000 Subject: [PATCH] KB4 => KRB4 (typo) adding literal git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76961 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/curl.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functions/curl.xml b/functions/curl.xml index 371d7a140d..468bee29a8 100644 --- a/functions/curl.xml +++ b/functions/curl.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -196,8 +196,8 @@ curl_close ($ch); CURLOPT_POST: Set this option to a non-zero value if you want PHP to do a regular HTTP POST. - This POST is a normal application/x-www-form-urlencoded kind, - most commonly used by HTML forms. + This POST is a normal application/x-www-form-urlencoded + kind, most commonly used by HTML forms. @@ -447,9 +447,9 @@ 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, - this disables KB4 security. KB4 security only works with FTP + '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.