sebastian               Wed Jun 25 00:54:23 2003 EDT

  Modified files:              
    /php-src/main       config.w32.h internal_functions_win32.c 
    /php-src/win32      php4dllts.dsp 
  Log:
  Remove ext/rpc references from Windows build.
  
Index: php-src/main/config.w32.h
diff -u php-src/main/config.w32.h:1.69 php-src/main/config.w32.h:1.70
--- php-src/main/config.w32.h:1.69      Sun Jun  8 21:00:23 2003
+++ php-src/main/config.w32.h   Wed Jun 25 00:54:23 2003
@@ -2,7 +2,7 @@
        Build Configuration for Win32.
        This has only been tested with MS VisualC++ 6 (and later).
 
-       $Id: config.w32.h,v 1.69 2003/06/09 01:00:23 edink Exp $
+       $Id: config.w32.h,v 1.70 2003/06/25 04:54:23 sebastian Exp $
 */
 
 /* Default PHP / PEAR directories */
@@ -31,12 +31,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
Index: php-src/main/internal_functions_win32.c
diff -u php-src/main/internal_functions_win32.c:1.74 
php-src/main/internal_functions_win32.c:1.75
--- php-src/main/internal_functions_win32.c:1.74        Tue Jun 10 16:03:41 2003
+++ php-src/main/internal_functions_win32.c     Wed Jun 25 00:54:23 2003
@@ -17,7 +17,7 @@
        +----------------------------------------------------------------------+
 */
 
-/* $Id: internal_functions_win32.c,v 1.74 2003/06/10 20:03:41 imajes Exp $ */
+/* $Id: internal_functions_win32.c,v 1.75 2003/06/25 04:54:23 sebastian Exp $ */
 
 /* {{{ includes
  */
@@ -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
@@ -109,12 +103,6 @@
 #endif
 #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
Index: php-src/win32/php4dllts.dsp
diff -u php-src/win32/php4dllts.dsp:1.114 php-src/win32/php4dllts.dsp:1.115
--- php-src/win32/php4dllts.dsp:1.114   Mon Jun 23 00:27:11 2003
+++ php-src/win32/php4dllts.dsp Wed Jun 25 00:54:23 2003
@@ -1331,94 +1331,6 @@
 # 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 ""



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to