From: Jani Taskinen Date: Tue, 19 May 2009 14:05:39 +0000 (+0000) Subject: MFH:- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the size... X-Git-Tag: php-5.3.0RC3~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff18679418c8e67b27ed8b7a68d4001ef0af5068;p=php MFH:- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the size is unknown --- diff --git a/ext/curl/tests/curl_basic_016.phpt b/ext/curl/tests/curl_basic_016.phpt index 8b9f7ca141..5c947eb882 100644 --- a/ext/curl/tests/curl_basic_016.phpt +++ b/ext/curl/tests/curl_basic_016.phpt @@ -46,9 +46,9 @@ array(20) { ["speed_upload"]=> float(0) ["download_content_length"]=> - float(0) + float(%f) ["upload_content_length"]=> - float(0) + float(%f) ["starttransfer_time"]=> float(0) ["redirect_time"]=>