summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/internal_functions_win32.c4
-rw-r--r--php4dll.dsp2
-rw-r--r--php4dllts.dsp2
3 files changed, 4 insertions, 4 deletions
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