1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

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.
This commit is contained in:
Wez Furlong
2004-07-27 22:36:56 +00:00
parent a783891e76
commit 20eac88e58
5 changed files with 119 additions and 65 deletions

View File

@@ -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
};