From a10e5b6381e279ca8bbff0ec2a0996aa0f42c493 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 25 Jun 2003 04:54:23 +0000 Subject: [PATCH] Remove ext/rpc references from Windows build. --- main/config.w32.h | 6 --- main/internal_functions_win32.c | 12 ----- win32/php4dllts.dsp | 88 --------------------------------- 3 files changed, 106 deletions(-) diff --git a/main/config.w32.h b/main/config.w32.h index 7be2dbd634..2f5677f4f2 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -32,12 +32,6 @@ /* Enable / Disable CALENDAR extension (default: enabled) */ #define HAVE_CALENDAR 1 -/* Enable / Disable RPC extension (default: enabled) */ -#define HAVE_RPC 1 - -/* Enable / Disable COM extension (default: enabled) */ -#define HAVE_COM 1 - /* Enable / Disable CTYPE extension (default: enabled) */ #define HAVE_CTYPE 1 diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 6e56e0cd9a..e0f96a6dfc 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -58,12 +58,6 @@ #if HAVE_CTYPE #include "ext/ctype/php_ctype.h" #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" #endif @@ -110,12 +104,6 @@ zend_module_entry *php_builtin_extensions[] = { #if HAVE_CTYPE ,phpext_ctype_ptr #endif -#if HAVE_RPC - ,phpext_rpc_ptr -#if HAVE_COM - ,phpext_com_ptr -#endif -#endif #if HAVE_FTP ,phpext_ftp_ptr #endif diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 5ac2474997..157777922f 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1331,94 +1331,6 @@ SOURCE=..\ext\bcmath\libbcmath\src\private.h # End Source File # End Group # End Group -# Begin Group "rpc" - -# PROP Default_Filter "" -# Begin Group "Source Files No. 9" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\ext\rpc\rpc.c -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\rpc_proxy.c -# End Source File -# End Group -# Begin Group "Header Files No. 9" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\ext\rpc\handler.h -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\layer.h -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\php_rpc.h -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\rpc.h -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\rpc_proxy.h -# End Source File -# End Group -# Begin Group "com" - -# PROP Default_Filter "" -# Begin Group "Source Files No. 10" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\ext\rpc\com\com.c -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\com\com_wrapper.c -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\com\conversion.c -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\com\dispatch.c -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\com\variant.c -# End Source File -# End Group -# Begin Group "Header Files No. 10" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\ext\rpc\com\com.h -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\com\com_wrapper.h -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\com\conversion.h -# End Source File -# Begin Source File - -SOURCE=..\ext\rpc\com\variant.h -# End Source File -# End Group -# End Group -# End Group # Begin Group "zlib" # PROP Default_Filter "" -- 2.40.0