X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_api.h;h=2c2fc6b6282d322d76a1ad97427c133bdd2e651c;hp=d2172c5a8277fd170719f8d9abe8f505d941155c;hb=eabc03de1d511ce49640322859c6175f27a413e5;hpb=2812cd0aee5634421e9909a77a8b1e9aff012a3d 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