- unified cache_api function names
[m6w6/ext-http] / php_http.h
index ca291374e2759e04f6efbc41a80fa53f5b2529dc..737721d74aae4b9e596f0fe312336068c97e4b8e 100644 (file)
@@ -42,7 +42,6 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
        time_t lmod;
        char *allowed_methods;
 #ifdef HTTP_HAVE_CURL
-       phpstr curlbuf;
 #      if LIBCURL_VERSION_NUM < 0x070c00
        char curlerr[CURL_ERROR_SIZE + 1];
 #      endif
@@ -89,7 +88,7 @@ PHP_FUNCTION(http_auth_basic_cb);
 #ifndef ZEND_ENGINE_2
 PHP_FUNCTION(http_build_query);
 #endif /* ZEND_ENGINE_2 */
-PHP_FUNCTION(ob_httpetaghandler);
+PHP_FUNCTION(ob_etaghandler);
 
 PHP_MINIT_FUNCTION(http);
 PHP_MSHUTDOWN_FUNCTION(http);