From: Hannes Magnusson Date: Fri, 9 Sep 2011 08:28:57 +0000 (+0000) Subject: Being smart and cleanup/rename/modify tests seconds before committing isn't very... X-Git-Tag: php-5.3.9RC1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cac42b4829c604f00f8ea25a78baad7147d6b35;p=php Being smart and cleanup/rename/modify tests seconds before committing isn't very smart. --- diff --git a/ext/curl/tests/bug54798.phpt b/ext/curl/tests/bug54798.phpt index eac9662d09..6fd85131d3 100644 --- a/ext/curl/tests/bug54798.phpt +++ b/ext/curl/tests/bug54798.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #48203 (Crash when file pointers passed to curl are closed before calling curl_exec) +Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec) --SKIPIF-- --CLEAN-- - + --EXPECTF-- -Warning: curl_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %sbug48203_2.php on line %d +Warning: curl_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %sbug54798.php on line %d * About to connect() %a * Closing connection #%d Ok for CURLOPT_STDERR Ok for CURLOPT_WRITEHEADER Ok for CURLOPT_FILE -Warning: curl_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %sbug48203_2.php on line %d +Warning: curl_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %sbug54798.php on line %d Ok for CURLOPT_INFILE