summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-04-17 05:16:42 +0000
committerSebastian Bergmann <sebastian@php.net>2002-04-17 05:16:42 +0000
commit6d42121bf3104b29388112c539fb88a3ce7d76e6 (patch)
tree98121563ddc166f333a89c88506ad19f1c1aa62e /main/internal_functions_win32.c
parent2fc2f74ad19aef787b2e080b323b9c62b28d0342 (diff)
downloadphp-git-6d42121bf3104b29388112c539fb88a3ce7d76e6.tar.gz
Forgot adding phpext_tokenizer_ptr.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 23fd5636d0..1e97a33566 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -84,6 +84,7 @@ zend_module_entry *php_builtin_extensions[] = {
#if HAVE_OVERLOAD
phpext_overload_ptr,
#endif
+ phpext_tokenizer_ptr,
phpext_pcre_ptr,
phpext_session_ptr,
phpext_xml_ptr,