Test: /sapi/cli/tests/bug68745.phpt - Version 7.0.0RC2        

Bug #68745 Invalid HTTP requests make web server segfault
Submitted: 2015-01-05 00:12:20 Modified: 2015-01-06 01:31:05
From: benjamin.morel Assigned: aharvey
Status: Closed Package: Built-in web server
PHP Version: 5.6.4 OS: Fedora 21

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught RuntimeException: usleep is not suitable for use in multi threaded applications, use synchronized Threaded::wait in /usr/local/src/php/sapi/cli/tests/php_cli_server.inc:41
002+ Stack trace:
003+ #0 /usr/local/src/php/sapi/cli/tests/php_cli_server.inc(41): usleep(10000)
004+ #1 %s/bug68745.php(3): php_cli_server_start('var_dump(count(...', 'not-index.php')
005+ #2 {main}
006+ thrown in /usr/local/src/php/sapi/cli/tests/php_cli_server.inc on line 41
001- HTTP/1.1 200 OK
002- Connection: close
003- X-Powered-By: %s
004- Content-type: text/html; charset=UTF-8
005-
006- int(%d)