mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b8e260cfe8
commit
e37f03321c
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue