sas             Mon Jul  5 07:41:31 2004 EDT

  Modified files:              
    /php-src/sapi/cgi   cgi_main.c 
  Log:
  - revert to proper behaviour
  
  
http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.254&r2=1.255&ty=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.254 php-src/sapi/cgi/cgi_main.c:1.255
--- php-src/sapi/cgi/cgi_main.c:1.254   Thu May  6 11:41:59 2004
+++ php-src/sapi/cgi/cgi_main.c Mon Jul  5 07:41:31 2004
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: cgi_main.c,v 1.254 2004/05/06 15:41:59 stas Exp $ */
+/* $Id: cgi_main.c,v 1.255 2004/07/05 11:41:31 sas Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -98,7 +98,7 @@
 /**
  * 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to