]> granicus.if.org Git - php/commitdiff
Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is
authorIlia Alshanetsky <iliaa@php.net>
Wed, 31 Mar 2004 17:01:01 +0000 (17:01 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 31 Mar 2004 17:01:01 +0000 (17:01 +0000)
not defined).

sapi/cgi/cgi_main.c

index 3fb225038122586bd522edadc6225b17b84859ed..760101d9694a435d248a4d96ad35b513da07d04a 100644 (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