From: Harald Radi Date: Thu, 16 Jan 2003 18:17:48 +0000 (+0000) Subject: add COM X-Git-Tag: PHP_5_0_dev_before_13561_fix~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd67c075bc98a4a829a16b7399c64823479af9de;p=php add COM --- diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 7ecf27361f..c10c4d2e75 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -56,6 +56,9 @@ #endif #if HAVE_RPC #include "ext/rpc/php_rpc.h" +#if HAVE_COM +#include "ext/rpc/com/php_com.h" +#endif #endif #if HAVE_FTP #include "ext/ftp/php_ftp.h" @@ -105,6 +108,9 @@ zend_module_entry *php_builtin_extensions[] = { #endif #if HAVE_RPC ,phpext_rpc_ptr +#if HAVE_COM + ,phpext_com_ptr +#endif #endif #if HAVE_FTP ,phpext_ftp_ptr