summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-11-19 16:42:19 +0000
committerAndi Gutmans <andi@php.net>1999-11-19 16:42:19 +0000
commit0094b765ebb58ce9d91dbfabf5f55f21d0932113 (patch)
tree305526e4fbee88805ca999798dc7b357ac3034fa
parent3bffcbef5b1de69e94155df0ebab114b7c68ef9b (diff)
downloadphp-git-0094b765ebb58ce9d91dbfabf5f55f21d0932113.tar.gz
- Make it consistent with the rest of the stuff there.
-rw-r--r--main/internal_functions_win32.c2
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
};