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

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%)
003+ * TCP_NODELAY set 004+ * connect to 127.0.0.1 port 8964 failed: Connection refused 005+ * Failed to connect to localhost port 8964: Connection refused 006+ * Closing connection 0 003- Hello World! 004- Hello World!%A
1 (50%)
003+ * TCP_NODELAY set 004+ * connect to 127.0.0.1 port 8964 failed: Connection refused 005+ * Trying 127.0.0.1:8964... 006+ * TCP_NODELAY set 007+ * connect to 127.0.0.1 port 8964 failed: Connection refused 008+ * Failed to connect to localhost port 8964: Connection refused 009+ * Closing connection 0 003- Hello World! 004- Hello World!%A