diff -r ab3541465382 -r a6b339665650 webserver.php --- 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);