diff options
author | Andi Gutmans <andi@php.net> | 1999-11-19 15:06:57 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-11-19 15:06:57 +0000 |
commit | 3bffcbef5b1de69e94155df0ebab114b7c68ef9b (patch) | |
tree | d213b444e6341b9375e9d9d9772b4faff7581ff1 /main/internal_functions_win32.c | |
parent | b712c9360d66b92fcf7a24a5d1be391eb27495e1 (diff) | |
download | php-git-3bffcbef5b1de69e94155df0ebab114b7c68ef9b.tar.gz |
- Add array.c to the Win32 project
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 73ceb20b8d..403738aeb5 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -46,6 +46,7 @@ #include "ext/standard/php3_standard.h" #include "ext/standard/php_lcg.h" #include "ext/standard/php_output.h" +#include "ext/standard/php_array.h" #include "ext/COM/php_COM.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" @@ -82,7 +83,8 @@ zend_module_entry *php3_builtin_modules[] = { phpext_odbc_ptr, phpext_lcg_ptr, phpext_session_ptr, - phpext_output_ptr + phpext_output_ptr, + array_module_ptr }; |