X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_api.h;h=2c2fc6b6282d322d76a1ad97427c133bdd2e651c;hb=62279bb901c6180b0939cff882e69d218ab2206c;hp=d2172c5a8277fd170719f8d9abe8f505d941155c;hpb=649aada485583ccac67928e0700cb5f1b963f4e8;p=m6w6%2Fext-http diff --git a/php_http_request_api.h b/php_http_request_api.h index d2172c5..2c2fc6b 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -41,7 +41,7 @@ typedef struct { struct curl_slist *headers; } _cache; - char _error[CURL_ERROR_SIZE]; + char _error[CURL_ERROR_SIZE+1]; zval *_progress_callback; #ifdef ZTS