diff options
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 1d49999f55..771a1bc127 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -90,6 +90,9 @@ #if HAVE_TOKENIZER #include "ext/tokenizer/php_tokenizer.h" #endif +#if HAVE_ZLIB +#include "ext/zlib/php_zlib.h" +#endif /* }}} */ /* {{{ php_builtin_extensions[] @@ -140,6 +143,9 @@ zend_module_entry *php_builtin_extensions[] = { #if HAVE_LIBEXPAT && HAVE_WDDX ,phpext_wddx_ptr #endif +#if HAVE_ZLIB + ,phpext_zlib_ptr +#endif }; /* }}} */ |