summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-07-24 13:18:56 +0000
committerWez Furlong <wez@php.net>2004-07-24 13:18:56 +0000
commite67ad795995f534e378d4399e795af22b57b8191 (patch)
tree25b467aea129380d6282d569c48ffbc6bf7775db /sapi
parentd77a3f92e6f836259cf999aa33ce4570c9a30931 (diff)
downloadphp-git-e67ad795995f534e378d4399e795af22b57b8191.tar.gz
Enable IObjectSafety so that we can be used in the M$ scripting control.
Thanks to Rob for checking this out.
Diffstat (limited to 'sapi')
-rw-r--r--sapi/activescript/config.w322
1 files changed, 1 insertions, 1 deletions
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');
}