ali Sun Dec 14 06:59:58 2003 EDT
Modified files: /phpdoc/en/reference/curl/functions curl-setopt.xml Log: some more grammar Index: phpdoc/en/reference/curl/functions/curl-setopt.xml diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.6 phpdoc/en/reference/curl/functions/curl-setopt.xml:1.7 --- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.6 Sat Dec 13 15:49:01 2003 +++ phpdoc/en/reference/curl/functions/curl-setopt.xml Sun Dec 14 06:59:58 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 --> <refentry id="function.curl-setopt"> <refnamediv> @@ -361,12 +361,12 @@ <listitem> <para> <parameter>CURLOPT_KRB4LEVEL</parameter>: Pass the KRB4 (Kerberos - 4) security level. Anyone of the following strings (in - order from least powerful, to most powerful): 'clear', 'safe', + 4) security level. Any of the following values (in + order from least to most powerful) are valid: '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 KRB4 security. KRB4 security only works with FTP - transactions currently. + these, then 'private' is used. Setting this Option to + <literal>NULL</literal>, will disable KRB4 security. Currently KRB4 + security only works with FTP transactions. </para> </listitem> <listitem>