Test: /ext/curl/tests/bug48203.phpt - Version 7.3.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 4 different diffs reported by users for this test.

Count Diff
2 (40%)
001- Warning: curl_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %sbug48203.php on line %d
003- Ok
1 (20%)
001+ PHP 7.3.12 Development Server started at Wed Dec 4 10:19:55 2019
002+
003- Ok
005+ * TCP_NODELAY set
006+ * Connected to localhost (127.0.0.1) port 8964 (#0)
007+ > GET / HTTP/1.1
008+ Host: localhost:8964
009+ Accept: */*
010+
011+ * Mark bundle as not supporting multiuse
012+ < HTTP/1.1 200 OK
013+ < Host: localhost:8964
014+ < Date: Wed, 04 Dec 2019 10:19:55 GMT
015+ < Connection: close
016+ < X-Powered-By: PHP/7.3.12
017+ < Content-type: text/html; charset=UTF-8
018+ <
019+ Hello World!
020+ Hello World!* Closing connection 0
021+ Ok
1 (20%)
001+ PHP 7.3.12 Development Server started at Wed Dec 4 09:56:26 2019
002+
003- Ok
005+ * TCP_NODELAY set
006+ * Connected to localhost (127.0.0.1) port 8964 (#0)
007+ > GET / HTTP/1.1
008+ Host: localhost:8964
009+ Accept: */*
010+
011+ * Mark bundle as not supporting multiuse
012+ < HTTP/1.1 200 OK
013+ < Host: localhost:8964
014+ < Date: Wed, 04 Dec 2019 09:56:26 GMT
015+ < Connection: close
016+ < X-Powered-By: PHP/7.3.12
017+ < Content-type: text/html; charset=UTF-8
018+ <
019+ Hello World!
020+ Hello World!* Closing connection 0
021+ Ok
1 (20%)
001+ PHP 7.3.12 Development Server started at Tue Nov 26 07:26:17 2019
002+
003- Ok
005+ * Trying 127.0.0.1...
006+ * TCP_NODELAY set
007+ * Connected to localhost (127.0.0.1) port 8964 (#0)
008+ > GET / HTTP/1.1
009+ Host: localhost:8964
010+ Accept: */*
011+
012+ < HTTP/1.1 200 OK
013+ < Host: localhost:8964
014+ < Date: Tue, 26 Nov 2019 07:26:17 GMT
015+ < Connection: close
016+ < X-Powered-By: PHP/7.3.12
017+ < Content-type: text/html; charset=UTF-8
018+ <
019+ Hello World!
020+ Hello World!* Closing connection 0
021+ Ok