X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter.c;h=b6d967b6f756eb27f62e57920086fabfa5655315;hp=c3aaf2d629df219ca5785c8e29af5cf4636b251c;hb=791511f3bc18cdc68b3f27b43d9396cf56d99e5a;hpb=25f0c16244fc5f8b2c9d9bfddab8a541d2521789 diff --git a/php_http_filter.c b/php_http_filter.c index c3aaf2d..b6d967b 100644 --- a/php_http_filter.c +++ b/php_http_filter.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -438,7 +438,7 @@ static php_stream_filter *http_filter_create(const char *name, zval *params, int return f; } -PHP_HTTP_API php_stream_filter_factory php_http_filter_factory = { +php_stream_filter_factory php_http_filter_factory = { http_filter_create };