From 20eac88e58e256cd2e55015cdd8610dcceaeeccb Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 27 Jul 2004 22:36:56 +0000 Subject: Tidy up a few loose ends. Override normal php.ini behaviour so that only the launching applications folder is searched; this avoids picking up a default php.ini with an execution time limit set. --- sapi/activescript/php5as_scriptengine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sapi/activescript/php5as_scriptengine.h') diff --git a/sapi/activescript/php5as_scriptengine.h b/sapi/activescript/php5as_scriptengine.h index 83ab582cc2..55019743b8 100644 --- a/sapi/activescript/php5as_scriptengine.h +++ b/sapi/activescript/php5as_scriptengine.h @@ -27,8 +27,6 @@ #define ACTIVEPHP_THREADING_MODE COINIT_APARTMENTTHREADED #endif -#define ACTIVEPHP_HAS_OWN_THREAD 1 - #define WM_ACTIVEPHP_SERIALIZE WM_USER + 200 enum activephp_engine_func { /* if you change the order, change marshal.cpp too */ @@ -40,6 +38,7 @@ enum activephp_engine_func { /* if you change the order, change marshal.cpp too APHP_Close, APHP_AddTypeLib, APHP_AddScriptlet, + APHP_ParseProcedureText, APHP__Max }; -- cgit v1.2.1