From 030b707296e98813cecb75dba46eca0fa56ef8c8 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 18 Nov 2000 02:44:04 +0000 Subject: Update SAPI modules to interface with the new TSRM. Enable thread-safety memory debugging in ISAPI when in debug mode --- sapi/isapi/php4isapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/isapi/php4isapi.c') diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 1985bd63c9..4a19b1b015 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -630,7 +630,7 @@ __declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, L { switch (fdwReason) { case DLL_PROCESS_ATTACH: - tsrm_startup(1, 1, 0); + tsrm_startup(1, 1, TSRM_ERROR_LEVEL_CORE, "C:\\TSRM.log"); sapi_startup(&sapi_module); if (sapi_module.startup) { sapi_module.startup(&sapi_module); -- cgit v1.2.1