X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=494a1aae7a6d198c6808a320a9623cc487b500e3;hp=0c6f5b63c8a92c6dab98a6a2048931c49b6dbf3f;hb=2b7331c5fdb73cb48f7f60a8e4ec88766581ced3;hpb=e4b2d5c8b931678ead3fd150e59a305243f63913 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} }; /* }}} */