Test: /sapi/cli/tests/bug71005.phpt - Version 7.0.8        

Bug #71005 Segfault in php_cli_server_dispatch_router()
Submitted: 2015-12-01 00:44:37 Modified: 2015-12-01 00:57:09
From: aharvey Assigned: aharvey
Status: Closed Package: Built-in web server
PHP Version: 7.0Git-2015-12-01 (Git) OS: Probably irrelevant (OSX; Linux)

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

Count Diff
3 (43%)
001+ Warning: fsockopen(): unable to connect to localhost:8964 (Connection refused) in %s/bug71005.php on line 14
002+ connect failed
001- HTTP/1.1 200 OK
002- Host: %s
003- Connection: close
004- X-Powered-By: PHP/%s
005- Content-type: text/html; charset=UTF-8
006-
007- goodbye
3 (43%)
001+ <br />
002+ <b>Warning</b>: Unknown: php_network_getaddresses: getaddrinfo failed: Name or service not known in <b>Unknown</b> on line <b>0</b><br />
003+
004+ Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %s/bug71005.php on line 14
001- HTTP/1.1 200 OK
002- Host: %s
003- Connection: close
004- X-Powered-By: PHP/%s
005- Content-type: text/html; charset=UTF-8
006+ Warning: fsockopen(): unable to connect to localhost:8964 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in %s/bug71005.php on line 14
007- goodbye
007+ connect failed
1 (14%)
007+ Hello World!
007- goodbye
008+ Hello World!