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

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 3 different diffs reported by users for this test.

Count Diff
76 (97%)
003- Hello World! 005- Ok
1 (1%)
003+ * connect to 127.0.0.1 port 8964 failed: Connection refused 004+ * Trying ::1:8964... 005+ * Immediate connect fail for ::1: No route to host 006+ * Failed to connect to localhost port 8964 after 0 ms: Connection refused 007+ * Closing connection 0 003- Hello World! 004- Hello World!%A
1 (1%)
001+ /etc/host.conf: line 1: bad command `nospoof on' 002+ 003- Hello World! 004- Hello World!%A 005- Ok 005+ * Trying 127.0.0.1... 006+ * Connected to localhost (127.0.0.1) port 8964 (#0) 007+ > GET / HTTP/1.1 008+ Host: localhost:8964 009+ Accept: */* 010+ 011+ < HTTP/1.1 200 OK 012+ < Host: localhost:8964 013+ < Date: Thu, 21 Jul 2022 02:32:52 GMT 014+ < Connection: close 015+ < X-Powered-By: PHP/7.4.30 016+ < Content-type: text/html; charset=UTF-8 017+ < 018+ Hello World! 019+ Hello World!* Closing connection 0 020+ Ok