add json content type handler if ext/json is present
[m6w6/ext-http] / php_http_filter.c
index 2c5335848910682695489a3a8576d52e3dad9016..ae426277589dbe2524cd7d563ff979e39f32af16 100644 (file)
@@ -423,7 +423,7 @@ static php_stream_filter *http_filter_create(const char *name, zval *params, int
        return f;
 }
 
-php_stream_filter_factory php_http_filter_factory = {
+PHP_HTTP_API php_stream_filter_factory php_http_filter_factory = {
        http_filter_create
 };