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

Feature/Change Request #67429 CLI server is missing some new HTTP response codes
Submitted: 2014-06-12 22:57:17 Modified: 2014-06-13 00:58:12
From: aharvey Assigned: aharvey
Status: Closed Package: Built-in web server
PHP Version: 5.4.29 OS: Irrelevant

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/bug67429.php on line 13
002+ connect failed
001- HTTP/1.1 308 Permanent Redirect
002- Connection: close
003- X-Powered-By: %s
004- Content-type: text/html
005-
006- HTTP/1.1 426 Upgrade Required
007- Connection: close
008- X-Powered-By: %s
009- Content-type: text/html
1 (50%)
001+ Warning: fsockopen(): unable to connect to localhost:8964 (Connection refused) in %s/bug67429.php on line 13
002+ connect failed
001- HTTP/1.1 308 Permanent Redirect
002- Connection: close
003- X-Powered-By: %s
004- Content-type: text/html
005-
006- HTTP/1.1 426 Upgrade Required
007- Connection: close
008- X-Powered-By: %s
009- Content-type: text/html