Test: /ext/curl/tests/bug48203.phpt - Version 7.2.12        

Bug #48203 crash when CURLOPT_STDERR is set to regular file
Submitted: 2009-05-09 13:44:05 Modified: 2011-09-08 14:38:23
From: php-bug Assigned: bjori
Status: Closed Package: cURL related
PHP Version: 5.*, 6CVS (2009-05-09) OS: *

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001- Warning: curl_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %sbug48203.php on line %d
003- Ok
1 (50%)
001+ PHP 7.2.12 Development Server started at Sun Apr 10 17:53:39 2022
002+
003- Ok
005+ * Connected to localhost (127.0.0.1) port 8964 (#0)
006+ > GET / HTTP/1.1
007+ Host: localhost:8964
008+ Accept: */*
009+
010+ * Mark bundle as not supporting multiuse
011+ < HTTP/1.1 200 OK
012+ < Host: localhost:8964
013+ < Date: Sun, 10 Apr 2022 14:53:39 +0000
014+ < Connection: close
015+ < X-Powered-By: PHP/7.2.12
016+ < Content-type: text/html; charset=UTF-8
017+ <
018+ Hello World!
019+ Hello World!* Closing connection 0
020+ Ok