webserver.php
changeset 53 a6b339665650
parent 48 d643bfb862d8
child 56 53b0f0d7ff6f
--- a/webserver.php	Wed Sep 24 00:18:21 2008 -0400
+++ b/webserver.php	Wed Sep 24 13:47:23 2008 -0400
@@ -508,7 +508,7 @@
       // fork off if possible
       if ( function_exists('pcntl_fork') && $this->allow_fork && !$this->in_keepalive )
       {
-        if ( $this->threader->fork() == FORK_CHILD )
+        if ( $this->threader->fork() == Threader::FORK_CHILD )
         {
           // this is the child
           define('HTTPD_WS_CHILD', 1);