diff options
| author | Wez Furlong <wez@php.net> | 2004-07-24 13:18:56 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2004-07-24 13:18:56 +0000 |
| commit | e67ad795995f534e378d4399e795af22b57b8191 (patch) | |
| tree | 25b467aea129380d6282d569c48ffbc6bf7775db | |
| parent | d77a3f92e6f836259cf999aa33ce4570c9a30931 (diff) | |
| download | php-git-e67ad795995f534e378d4399e795af22b57b8191.tar.gz | |
Enable IObjectSafety so that we can be used in the M$ scripting control.
Thanks to Rob for checking this out.
| -rw-r--r-- | sapi/activescript/config.w32 | 2 |
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'); } |
