diff options
author | Wez Furlong <wez@php.net> | 2004-07-27 22:36:56 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-07-27 22:36:56 +0000 |
commit | 20eac88e58e256cd2e55015cdd8610dcceaeeccb (patch) | |
tree | 13933b8492930fe4673089e88abc2d9f672b090c /sapi/activescript/php5as_scriptengine.h | |
parent | a783891e768fbe42a64410ee61054c129086d9f5 (diff) | |
download | php-git-20eac88e58e256cd2e55015cdd8610dcceaeeccb.tar.gz |
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.
Diffstat (limited to 'sapi/activescript/php5as_scriptengine.h')
-rw-r--r-- | sapi/activescript/php5as_scriptengine.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 }; |