X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter_api.h;h=e94ba4b9b0303f757a72cfddd55f639449fce493;hp=d6783d8f5fb079c5aa1527804956f068db6efe8c;hb=6a8d8f34361e89ea6e9b7b2737f0a8baf94705f2;hpb=391c85f10c017e1e4de656b051c1bba009ede7b3 diff --git a/php_http_filter_api.h b/php_http_filter_api.h index d6783d8..e94ba4b 100644 --- a/php_http_filter_api.h +++ b/php_http_filter_api.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -15,8 +15,10 @@ #ifndef PHP_HTTP_FILTER_API_H #define PHP_HTTP_FILTER_API_H -php_stream_filter_factory http_filter_factory; +#ifdef ZEND_ENGINE_2 +extern php_stream_filter_factory http_filter_factory; PHP_MINIT_FUNCTION(http_filter); +#endif #endif