Test: /sapi/cli/tests/bug68745.phpt - Version 7.4.5        

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+ HTTP/1.1 404 Not Found 001- HTTP/1.1 200 OK 004+ Content-Type: text/html; charset=UTF-8 005+ Content-Length: 550 004- X-Powered-By: %s 005- Content-type: text/html; charset=UTF-8 007+ <!doctype html><html><head><title>404 Not Found</title><style> 007- int(%d) 008+ body { background-color: #fcfcfc; color: #333333; margin: 0; padding:0; } 009+ h1 { font-size: 1.5em; font-weight: normal; background-color: #9999cc; min-height:2em; line-height:2em; border-bottom: 1px inset black; margin: 0; } 010+ h1, p { padding-left: 10px; } 011+ code.url { background-color: #eeeeee; font-family:monospace; padding:0 2px;} 012+ </style> 013+ </head><body><h1>Not Found</h1><p>The requested resource <code class="url">www.example.com:80</code> was not found on this server.</p></body></html>