X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=494a1aae7a6d198c6808a320a9623cc487b500e3;hp=0c6f5b63c8a92c6dab98a6a2048931c49b6dbf3f;hb=2b7331c5fdb73cb48f7f60a8e4ec88766581ced3;hpb=d9977f6aacc9e424366bc80d6d252f45e23bdc0f diff --git a/http.c b/http.c index 0c6f5b6..494a1aa 100644 --- a/http.c +++ b/http.c @@ -113,7 +113,7 @@ function_entry http_functions[] = { #ifndef ZEND_ENGINE_2 PHP_FE(http_build_query, NULL) #endif - PHP_FE(ob_httpetaghandler, NULL) + PHP_FE(ob_etaghandler, NULL) {NULL, NULL, NULL} }; /* }}} */