Test: /ext/curl/tests/bug48203.phpt - Version 7.3.0beta2        

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+ PHP 7.3.0beta2 Development Server started at Wed Aug 29 08:00:31 2018
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: Wed, 29 Aug 2018 08:00:31 +0000
015+ < Connection: close
016+ < X-Powered-By: PHP/7.3.0beta2
017+ < Content-type: text/html; charset=UTF-8
018+ <
019+ Hello World!
020+ Hello World!* Closing connection 0
021+ Ok
1 (50%)
001+ PHP 7.3.0beta2 Development Server started at Wed Aug 29 04:28:36 2018
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: Wed, 29 Aug 2018 04:28:36 +0000
015+ < Connection: close
016+ < X-Powered-By: PHP/7.3.0beta2
017+ < Content-type: text/html; charset=UTF-8
018+ <
019+ Hello World!
020+ Hello World!* Closing connection 0
021+ Ok