From: Zeev Suraski Date: Tue, 4 May 1999 20:27:30 +0000 (+0000) Subject: Get Win32 to compile again X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e67cded5e5927bbde212fdc37a72ce29aa32b2e;p=php Get Win32 to compile again --- diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 11f06628df..4696b8a4fb 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -44,6 +44,7 @@ #include "ext/db/php3_db.h" #include "ext/gd/php3_gd.h" #include "ext/standard/php3_standard.h" +#include "ext/COM/php3_COM.h" /* SNMP has to be moved to ext */ /* #include "dl/snmp/php3_snmp.h" */ @@ -55,9 +56,8 @@ unsigned char second_arg_allow_ref[] = { 2, BYREF_NONE, BYREF_ALLOW }; zend_module_entry *php3_builtin_modules[] = { phpext_bcmath_ptr, - phpext_db_ptr, - phpext_gd_ptr, phpext_standard_ptr, + COM_module_ptr }; diff --git a/php4dll.dsp b/php4dll.dsp index 2671690df2..271112df5c 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -115,7 +115,7 @@ SOURCE=.\getopt.c # End Source File # Begin Source File -SOURCE=.\internal_functions.c +SOURCE=.\internal_functions_win32.c # End Source File # Begin Source File diff --git a/php4dllts.dsp b/php4dllts.dsp index 4a946e0de5..e4a7558381 100644 --- a/php4dllts.dsp +++ b/php4dllts.dsp @@ -115,7 +115,7 @@ SOURCE=.\getopt.c # End Source File # Begin Source File -SOURCE=.\internal_functions.c +SOURCE=.\internal_functions_win32.c # End Source File # Begin Source File