From e67ad795995f534e378d4399e795af22b57b8191 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 24 Jul 2004 13:18:56 +0000 Subject: [PATCH] Enable IObjectSafety so that we can be used in the M$ scripting control. Thanks to Rob for checking this out. --- sapi/activescript/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/activescript/config.w32 b/sapi/activescript/config.w32 index 1448cb2398..401f8663a6 100644 --- a/sapi/activescript/config.w32 +++ b/sapi/activescript/config.w32 @@ -8,6 +8,6 @@ if (PHP_ACTIVESCRIPT == "yes") { ERROR("ActiveScript module requires an --enable-zts build of PHP"); } - SAPI('activescript', 'classfactory.cpp php5activescript.c scriptengine.cpp', 'php' + PHP_VERSION + 'activescript.dll', '/D PHP5ISAPI_EXPORTS'); + SAPI('activescript', 'classfactory.cpp php5activescript.c scriptengine.cpp', 'php' + PHP_VERSION + 'activescript.dll', '/D PHP5ISAPI_EXPORTS /D ACTIVEPHP_OBJECT_SAFETY=1'); ADD_FLAG('LDFLAGS_ACTIVESCRIPT', 'oleaut32.lib ole32.lib user32.lib advapi32.lib /DEF:' + configure_module_dirname + '\\php5activescript.def'); } -- 2.50.1