summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-08-09 18:29:40 +0000
committerAndi Gutmans <andi@php.net>1999-08-09 18:29:40 +0000
commitc791d60ad9c264673fb29f6f26b2647a6544e011 (patch)
treed40ccf1991505e2eed33de1e24563f78258c839b /main/internal_functions_win32.c
parent3516ee485aa2d683a2ca9b91fa4d0eb4a8761dfb (diff)
downloadphp-git-c791d60ad9c264673fb29f6f26b2647a6544e011.tar.gz
Go beta 2 (final)
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
};