KB4 => KRB4 (typo)

adding literal


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76961 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-04-07 15:04:17 +00:00
parent b8e260cfe8
commit e37f03321c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.33 $ -->
<!-- $Revision: 1.34 $ -->
<reference id="ref.curl">
<title>CURL, Client URL Library Functions</title>
<titleabbrev>CURL</titleabbrev>
@ -196,8 +196,8 @@ curl_close ($ch);
<simpara>
<parameter>CURLOPT_POST</parameter>: 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 <literal>application/x-www-form-urlencoded</literal>
kind, most commonly used by HTML forms.
</simpara>
</listitem>
<listitem>
@ -447,9 +447,9 @@ curl_close ($ch);
<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',
'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.
</para>
</listitem>