diff options
author | Andi Gutmans <andi@php.net> | 1999-11-19 16:42:19 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-11-19 16:42:19 +0000 |
commit | 0094b765ebb58ce9d91dbfabf5f55f21d0932113 (patch) | |
tree | 305526e4fbee88805ca999798dc7b357ac3034fa /main/internal_functions_win32.c | |
parent | 3bffcbef5b1de69e94155df0ebab114b7c68ef9b (diff) | |
download | php-git-0094b765ebb58ce9d91dbfabf5f55f21d0932113.tar.gz |
- Make it consistent with the rest of the stuff there.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 403738aeb5..ba08ce6e39 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -84,7 +84,7 @@ zend_module_entry *php3_builtin_modules[] = { phpext_lcg_ptr, phpext_session_ptr, phpext_output_ptr, - array_module_ptr + phpext_array_ptr }; |