]> granicus.if.org Git - php/commit
Fixed bug #64128 buit-in web server is broken on ppc64.
authorRemi Collet <remi@php.net>
Fri, 1 Feb 2013 18:23:25 +0000 (19:23 +0100)
committerRemi Collet <remi@php.net>
Fri, 1 Feb 2013 18:23:25 +0000 (19:23 +0100)
commit0cea9e6843384c6c0ebb52047c42b0431a4f5660
tree196596acb5de5ac98cf69b4048e61b7bacf10853
parentb09f5a4f56348a2f0b12f3d1a15b880845aca9c6
Fixed bug #64128 buit-in web server is broken on ppc64.

fdset management using bit operator is broken on non-x86 arch
and cause built-in server the enter an infinite loop of "select"
and never handle any request.
NEWS
sapi/cli/php_cli_server.c