From 363087313794cb132bd38300d4f2573930fe8a4a Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 26 Mar 2014 14:31:37 +0000 Subject: [PATCH] Add CURLOPT_TCP_NODELAY documentation -- Provided by Incognito (drakain@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333124 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 3deebe9fc6..ed68d727f5 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -216,6 +216,17 @@ + + CURLOPT_TCP_NODELAY + + Pass a long specifying whether the TCP_NODELAY option is to be set or + cleared (1 = set, 0 = clear). The option is cleared by default. + + + Available since PHP 5.2.1 for versions compiled with libcurl 7.11.2 or + greater. + + CURLOPT_FTPASCII