X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter_api.h;h=726ac043fc77e0f28fbaf3ac423b4ae6c7f4518d;hp=d6783d8f5fb079c5aa1527804956f068db6efe8c;hb=1c7ba6f10ddb2a20de8d89f415e2750316b76f2c;hpb=391c85f10c017e1e4de656b051c1bba009ede7b3 diff --git a/php_http_filter_api.h b/php_http_filter_api.h index d6783d8..726ac04 100644 --- a/php_http_filter_api.h +++ b/php_http_filter_api.h @@ -15,8 +15,10 @@ #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