X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=3a64383772be388346818bb0ec343eb46ceb4ec9;hp=8e724af7ba09dcd259b6d08f46754dcbcd4ece4c;hb=9ae4e3a3f75d88489101f237848658b6b54f006a;hpb=22ef1d84f0722d4a2d67c827eb3fb24d50134fb4 diff --git a/php_http.h b/php_http.h index 8e724af..3a64383 100644 --- a/php_http.h +++ b/php_http.h @@ -93,9 +93,6 @@ ZEND_BEGIN_MODULE_GLOBALS(http) zend_llist contexts; zend_llist convs; } copies; -# ifndef HAVE_CURL_EASY_STRERROR - char error[CURL_ERROR_SIZE + 1]; -# endif #endif /* HTTP_HAVE_CURL */ } request;