Date: Tue Apr 16 11:24:22 CEST 2002
User: Derick Rethans
Directory: sapi_srm
Log Message:
[0.25]
- Hopefully fix timeout
Modified files:
sapi_srm/srm.c (version: 1.49)
[FILE: /sapi_srm/srm.c]
--- sapi_srm/srm.c:1.48 Fri Apr 12 15:59:44 2002 GMT
+++ sapi_srm/srm.c Tue Apr 16 07:24:21 2002 GMT
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cvstemp,v 1.48 2002/04/12 17:59:44 derick Exp $ */
+/* $Id: cvstemp,v 1.49 2002/04/16 09:24:21 derick Exp $ */
#include "php.h"
#include "php_ini.h"
@@ -642,6 +642,7 @@
}
PG(html_errors) = 0;
+ zend_alter_ini_entry("max_execution_time", sizeof("max_execution_time"), strdup("0"), sizeof ("0")-1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
/* Hook in the load_library decode stuff */
old_compile_file = zend_compile_file;
Received on Tue Apr 16 12:21:05 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 11:00:06 CET