X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=737721d74aae4b9e596f0fe312336068c97e4b8e;hp=0c00e662093555c77117ab091e9e325738f857c3;hb=2b7331c5fdb73cb48f7f60a8e4ec88766581ced3;hpb=80fd11fc5b72c8fadea499aec6e617d415334c2d diff --git a/php_http.h b/php_http.h index 0c00e66..737721d 100644 --- a/php_http.h +++ b/php_http.h @@ -42,12 +42,10 @@ 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 zend_llist to_free; - zval message_object_tmp_property; #endif /* HTTP_HAVE_CURL */ ZEND_END_MODULE_GLOBALS(http) @@ -90,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);