summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 9fcbecd98d..ba7be083fa 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -47,6 +47,7 @@
#include "ext/COM/php3_COM.h"
#include "ext/standard/reg.h"
#include "ext/pcre/php_pcre.h"
+#include "ext/odbc/php3_odbc.h"
/* SNMP has to be moved to ext */
/* #include "dl/snmp/php3_snmp.h" */
@@ -74,7 +75,8 @@ zend_module_entry *php3_builtin_modules[] = {
phpext_standard_ptr,
COM_module_ptr,
phpext_regex_ptr,
- phpext_pcre_ptr
+ phpext_pcre_ptr,
+ phpext_odbc_ptr
};