- remove http_compress() and http_uncompress() (deflate/inflate ambiguity)
[m6w6/ext-http] / php_http_request_api.h
index d2172c5a8277fd170719f8d9abe8f505d941155c..2c2fc6b6282d322d76a1ad97427c133bdd2e651c 100644 (file)
@@ -41,7 +41,7 @@ typedef struct {
                struct curl_slist *headers;
        } _cache;
        
                struct curl_slist *headers;
        } _cache;
        
-       char _error[CURL_ERROR_SIZE];
+       char _error[CURL_ERROR_SIZE+1];
        zval *_progress_callback;
 
 #ifdef ZTS
        zval *_progress_callback;
 
 #ifdef ZTS