]> granicus.if.org Git - php/commitdiff
- revert to proper behaviour
authorSascha Schumann <sas@php.net>
Mon, 5 Jul 2004 11:41:31 +0000 (11:41 +0000)
committerSascha Schumann <sas@php.net>
Mon, 5 Jul 2004 11:41:31 +0000 (11:41 +0000)
sapi/cgi/cgi_main.c

index 9624f92adb4c9bdd29e042cb6eff02387fecea52..66089024b52fe274d3791a86d379f40591f45918 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 = 8;
+static int children = 0;
 
 /**
  * Set to non-zero if we are the parent process