diff options
author | Sascha Schumann <sas@php.net> | 2004-07-05 11:41:31 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2004-07-05 11:41:31 +0000 |
commit | f51ff68dfa879c2cb90f8b42ebbaf290cef21933 (patch) | |
tree | 403c1329393dc81d5b9056c579fedcf6fc0325a3 /sapi/cgi | |
parent | 8989a9678943759bbae2c611ef28365b35e332db (diff) | |
download | php-git-f51ff68dfa879c2cb90f8b42ebbaf290cef21933.tar.gz |
- revert to proper behaviour
Diffstat (limited to 'sapi/cgi')
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 9624f92adb..66089024b5 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -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 |