projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
975cb20
)
typo
author
Michael Wallner
<mike@php.net>
Fri, 15 Nov 2013 11:19:04 +0000
(11:19 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 15 Nov 2013 11:19:04 +0000
(11:19 +0000)
php_http_filter.c
patch
|
blob
|
history
diff --git
a/php_http_filter.c
b/php_http_filter.c
index b91b5f49488287f0c7cb584e0e1c98a1f1fb1ea8..f0ba8625b788a387f3b693103123e201d1ffd0bb 100644
(file)
--- a/
php_http_filter.c
+++ b/
php_http_filter.c
@@
-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
};