diff options
Diffstat (limited to 'ext/zip/zip_stream.c')
-rw-r--r-- | ext/zip/zip_stream.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zip/zip_stream.c b/ext/zip/zip_stream.c index c542340170..eb264ace95 100644 --- a/ext/zip/zip_stream.c +++ b/ext/zip/zip_stream.c @@ -22,7 +22,6 @@ #endif #include "php.h" #if HAVE_ZIP -#ifdef ZEND_ENGINE_2 #include "php_streams.h" #include "ext/standard/file.h" @@ -348,5 +347,4 @@ php_stream_wrapper php_stream_zip_wrapper = { NULL, 0 /* is_url */ }; -#endif /* ZEND_ENGINE_2 */ #endif /* HAVE_ZIP */ |