- unified cache_api function names
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 0c6f5b63c8a92c6dab98a6a2048931c49b6dbf3f..494a1aae7a6d198c6808a320a9623cc487b500e3 100644 (file)
--- 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}
 };
 /* }}} */