|
|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-07-06 02:25 UTC] yohgaki@php.net
-Status: Open
+Status: Verified
[2014-07-06 02:25 UTC] yohgaki@php.net
[2014-07-07 20:49 UTC] aharvey@php.net
[2014-07-07 20:49 UTC] aharvey@php.net
-Status: Verified
+Status: Closed
[2014-07-08 08:18 UTC] dmitry@php.net
[2014-07-21 09:31 UTC] ab@php.net
[2014-07-21 10:02 UTC] ab@php.net
[2014-07-30 09:52 UTC] tyrael@php.net
[2014-10-07 23:14 UTC] stas@php.net
[2014-10-07 23:25 UTC] stas@php.net
|
|||||||||||||||||||||||||||||||||||||
|
All rights reserved. |
Last updated: Fri Nov 07 00:00:02 2025 UTC |
Description: ------------ Serving the test script below through the PHP built-in web server causes the server to hang. A response is never generated. This script works through mod_php. Once the server hangs, Ctrl-C is insufficient to quit. I am only able to quit using the kill command. Test script: --------------- <?php header(' ', false, 200); Expected result: ---------------- The web server should serve a response with a 200 status code. Actual result: -------------- Web server hangs. Requires killing with the kill command.