From: Harald Radi Date: Wed, 17 Oct 2001 12:50:44 +0000 (+0000) Subject: rename com module entry X-Git-Tag: POST_PARAMETER_PARSING_API~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67e663efbfc50baeab3d9ce7cb7c1d62d85c973a;p=php rename com module entry --- diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 2060b90c83..4876419466 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -51,7 +51,6 @@ #include "ext/standard/php_assert.h" #include "ext/calendar/php_calendar.h" #include "ext/com/php_COM.h" -#include "ext/com/php_VARIANT.h" #include "ext/ftp/php_ftp.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" @@ -71,7 +70,7 @@ zend_module_entry *php_builtin_extensions[] = { phpext_bcmath_ptr, #endif phpext_calendar_ptr, - COM_module_ptr, + phpext_com_ptr, phpext_ftp_ptr, #if defined(MBSTR_ENC_TRANS) phpext_mbstring_ptr,