Makefile fragment installing headers
[m6w6/ext-http] / php_http.h
index 0c00e662093555c77117ab091e9e325738f857c3..c2c8b106dbc94679263865a356d3a1314459714a 100644 (file)
@@ -41,13 +41,13 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
        char *etag;
        time_t lmod;
        char *allowed_methods;
+       char *cache_log;
+
 #ifdef HTTP_HAVE_CURL
-       phpstr curlbuf;
 #      if LIBCURL_VERSION_NUM < 0x070c00
        char curlerr[CURL_ERROR_SIZE + 1];
 #      endif
        zend_llist to_free;
-       zval message_object_tmp_property;
 #endif /* HTTP_HAVE_CURL */
 ZEND_END_MODULE_GLOBALS(http)
 
@@ -90,7 +90,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);