mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
WS. This patch removes tabs. Not sure who the author is.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327188 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3eb35aa177
commit
b34d51a316
1 changed files with 20 additions and 20 deletions
|
@ -755,15 +755,15 @@
|
|||
Added in cURL 7.15.5. Available since PHP 5.4.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_SSH_AUTH_TYPES</constant></entry>
|
||||
<entry valign="top">
|
||||
A bitmask consisting of one or more of
|
||||
<constant>CURLSSH_AUTH_PUBLICKEY</constant>,
|
||||
<constant>CURLSSH_AUTH_PASSWORD</constant>,
|
||||
<constant>CURLSSH_AUTH_HOST</constant>,
|
||||
<constant>CURLSSH_AUTH_KEYBOARD</constant>. Set to
|
||||
<constant>CURLSSH_AUTH_ANY</constant> to let libcurl pick one.
|
||||
<constant>CURLSSH_AUTH_PUBLICKEY</constant>,
|
||||
<constant>CURLSSH_AUTH_PASSWORD</constant>,
|
||||
<constant>CURLSSH_AUTH_HOST</constant>,
|
||||
<constant>CURLSSH_AUTH_KEYBOARD</constant>. Set to
|
||||
<constant>CURLSSH_AUTH_ANY</constant> to let libcurl pick one.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.16.1.
|
||||
|
@ -904,11 +904,11 @@
|
|||
<entry valign="top">
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_KEYPASSWD</constant></entry>
|
||||
<entry valign="top">
|
||||
The password required to use the <constant>CURLOPT_SSLKEY</constant>
|
||||
or <constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant> private key.
|
||||
or <constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant> private key.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.16.1.
|
||||
|
@ -1000,37 +1000,37 @@
|
|||
<entry valign="top">
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_SSH_HOST_PUBLIC_KEY_MD5</constant></entry>
|
||||
<entry valign="top">
|
||||
A string containing 32 hexadecimal digits. The string should be the
|
||||
MD5 checksum of the remote host's public key, and libcurl will reject
|
||||
the connection to the host unless the md5sums match.
|
||||
This option is only for SCP and SFTP transfers.
|
||||
MD5 checksum of the remote host's public key, and libcurl will reject
|
||||
the connection to the host unless the md5sums match.
|
||||
This option is only for SCP and SFTP transfers.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.17.1.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_SSH_PUBLIC_KEYFILE</constant></entry>
|
||||
<entry valign="top">
|
||||
The file name for your public key. If not used, libcurl defaults to
|
||||
$HOME/.ssh/id_dsa.pub if the HOME environment variable is set,
|
||||
and just "id_dsa.pub" in the current directory if HOME is not set.
|
||||
$HOME/.ssh/id_dsa.pub if the HOME environment variable is set,
|
||||
and just "id_dsa.pub" in the current directory if HOME is not set.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.16.1.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant></entry>
|
||||
<entry valign="top">
|
||||
The file name for your private key. If not used, libcurl defaults to
|
||||
$HOME/.ssh/id_dsa if the HOME environment variable is set,
|
||||
and just "id_dsa" in the current directory if HOME is not set.
|
||||
If the file is password-protected, set the password with
|
||||
<constant>CURLOPT_KEYPASSWD</constant>.
|
||||
$HOME/.ssh/id_dsa if the HOME environment variable is set,
|
||||
and just "id_dsa" in the current directory if HOME is not set.
|
||||
If the file is password-protected, set the password with
|
||||
<constant>CURLOPT_KEYPASSWD</constant>.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.16.1.
|
||||
|
|
Loading…
Reference in a new issue