]> granicus.if.org Git - php/commitdiff
- revert to proper behaviour. The environment variable PHP_FCGI_CHILDREN
authorSascha Schumann <sas@php.net>
Mon, 5 Jul 2004 11:40:28 +0000 (11:40 +0000)
committerSascha Schumann <sas@php.net>
Mon, 5 Jul 2004 11:40:28 +0000 (11:40 +0000)
  must be explicitly set to != 0 to make the fastcgi-enabled binary
  act as a standalone fcgi server.

sapi/cgi/cgi_main.c

index 5b1315b90e22b97bda3fc22f9a188f0469ae48ef..d929c83f4390dd7409702aaa847ef8485d071d38 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