- fix PHP4 build
[m6w6/ext-http] / php_http_filter_api.h
index d6783d8f5fb079c5aa1527804956f068db6efe8c..726ac043fc77e0f28fbaf3ac423b4ae6c7f4518d 100644 (file)
 #ifndef PHP_HTTP_FILTER_API_H
 #define PHP_HTTP_FILTER_API_H
 
+#ifdef ZEND_ENGINE_2
 php_stream_filter_factory http_filter_factory;
 PHP_MINIT_FUNCTION(http_filter);
+#endif
 
 #endif