Hi, I've written a small patch so that PHP supports limiting upload/download speed when using cURL. The patch is based on PHP-5.2.1, but works also on PHP6 from CVS(Only differs in offset a little bit) . What the patch does is adding 2 extra constants for the curl_setopt() function. The new constants are: CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE So these must also be added to the manual if you are going to implement this patch.
Kind Regards, Tijnema
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php