Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is

not defined).
This commit is contained in:
Ilia Alshanetsky 2004-03-31 17:01:01 +00:00
parent d00b6c7c99
commit 39a43c994e

View File

@ -98,7 +98,7 @@ static void (*php_php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
/**
* Number of child processes that will get created to service requests
*/
static int children = 0;
static int children = 8;
/**
* Set to non-zero if we are the parent process