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

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 is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ PHP 7.2.20 Development Server started at Sat Jul 6 09:12:06 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: Sat, 06 Jul 2019 09:12:06 GMT
015+ < Connection: close
016+ < X-Powered-By: PHP/7.2.20
017+ < Content-type: text/html; charset=UTF-8
018+ <
019+ Hello World!
020+ Hello World!* Closing connection 0
021+ Ok