fixed build
[m6w6/ext-http] / php_http_request_api.h
index 52be0949f78e453f3d59358f50fd99c353ac5e9e..9608611ab00a33bd2c720cf38f0180e4513d59e5 100644 (file)
@@ -41,6 +41,7 @@ typedef struct {
                struct curl_slist *headers;
        } _cache;
        
+       char _error[CURL_ERROR_SIZE];
        zval *_progress_callback;
 
 #ifdef ZTS