Hi, this should probably go to other branches (5.4, trunk), too.
johannes On Tue, 2011-05-31 at 22:40 +0000, George Wang wrote: > gwang Tue, 31 May 2011 22:40:42 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=311680 > > Log: > fix CLI mode timeout > > Changed paths: > U php/php-src/branches/PHP_5_3/sapi/litespeed/lsapi_main.c > > Modified: php/php-src/branches/PHP_5_3/sapi/litespeed/lsapi_main.c > =================================================================== > --- php/php-src/branches/PHP_5_3/sapi/litespeed/lsapi_main.c 2011-05-31 > 21:38:23 UTC (rev 311679) > +++ php/php-src/branches/PHP_5_3/sapi/litespeed/lsapi_main.c 2011-05-31 > 22:40:42 UTC (rev 311680) > @@ -660,6 +660,7 @@ > "implicit_flush", "1", > "output_buffering", "0", > "max_execution_time", "0", > + "max_input_time", "-1", > NULL > }; > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php