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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user