diff options
-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 1e97a33566..573e2312d7 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -84,7 +84,7 @@ zend_module_entry *php_builtin_extensions[] = { #if HAVE_OVERLOAD phpext_overload_ptr, #endif - phpext_tokenizer_ptr, + phpext_tokenizer_ptr, phpext_pcre_ptr, phpext_session_ptr, phpext_xml_ptr, |