From b34d51a316cc445fbbb1df950d4f23179cfd11eb Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 20 Aug 2012 18:43:32 +0000 Subject: [PATCH] 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 --- reference/curl/functions/curl-setopt.xml | 40 ++++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index d358d7275a..51f4926d91 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -755,15 +755,15 @@ Added in cURL 7.15.5. Available since PHP 5.4.0. - + CURLOPT_SSH_AUTH_TYPES A bitmask consisting of one or more of - CURLSSH_AUTH_PUBLICKEY, - CURLSSH_AUTH_PASSWORD, - CURLSSH_AUTH_HOST, - CURLSSH_AUTH_KEYBOARD. Set to - CURLSSH_AUTH_ANY to let libcurl pick one. + CURLSSH_AUTH_PUBLICKEY, + CURLSSH_AUTH_PASSWORD, + CURLSSH_AUTH_HOST, + CURLSSH_AUTH_KEYBOARD. Set to + CURLSSH_AUTH_ANY to let libcurl pick one. Added in cURL 7.16.1. @@ -904,11 +904,11 @@ - + CURLOPT_KEYPASSWD The password required to use the CURLOPT_SSLKEY - or CURLOPT_SSH_PRIVATE_KEYFILE private key. + or CURLOPT_SSH_PRIVATE_KEYFILE private key. Added in cURL 7.16.1. @@ -1000,37 +1000,37 @@ - + CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 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. Added in cURL 7.17.1. - + CURLOPT_SSH_PUBLIC_KEYFILE 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. Added in cURL 7.16.1. - + CURLOPT_SSH_PRIVATE_KEYFILE 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 - CURLOPT_KEYPASSWD. + $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 + CURLOPT_KEYPASSWD. Added in cURL 7.16.1.