X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=62ae4747c148ed376b8c3ef1fd5d19544478da16;hp=3a53a5875495b7c24258f1fba84ed86e716aa521;hb=46ef6bdcdea32310a17dc95eadb14936125dcb51;hpb=043ec07245d44b166d34bb3e391add5d5dbd3720 diff --git a/php_http.h b/php_http.h index 3a53a58..62ae474 100644 --- a/php_http.h +++ b/php_http.h @@ -206,6 +206,9 @@ ZEND_BEGIN_MODULE_GLOBALS(http) 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; #endif /* HTTP_HAVE_CURL */ ZEND_END_MODULE_GLOBALS(http)