mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
ba0ec0111a
commit
07188db4ca
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<reference id="ref.curl">
|
||||
<title>CURL, Client URL Library Functions</title>
|
||||
<titleabbrev>CURL</titleabbrev>
|
||||
|
@ -447,8 +447,8 @@ 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,
|
||||
'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>
|
||||
|
|
Loading…
Reference in a new issue