Test: /sapi/cli/tests/bug66830.phpt - Version 5.4.33-dev        

Bug #66830 Empty header causes PHP built-in web server to hang
Submitted: 2014-03-05 22:38:58 Modified: 2014-07-06 02:25:45
From: jon.dufresne Assigned:
Status: Closed Package: Built-in web server
PHP Version: 5.5.9 OS: Fedora 20

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001+ Warning: fsockopen(): unable to connect to localhost:8964 (Network is unreachable) in %s/bug66830.php on line 11
002+ connect failed
001- HTTP/1.1 200 OK
002- Host: %s
003- Connection: close
004- X-Powered-By: %s
005- Content-type: text/html
1 (50%)
001+ Warning: fsockopen(): unable to connect to localhost:8964 (Connection refused) in %s/bug66830.php on line 11
002+ connect failed
001- HTTP/1.1 200 OK
002- Host: %s
003- Connection: close
004- X-Powered-By: %s
005- Content-type: text/html