- fix mem-leaks with http_curl_callback_ctx
[m6w6/ext-http] / php_http.h
index 49b79e699d466b67ce22e6b951725bd01dbdc905..e64845755ae19a42bcb8de445ae793425f1e0b15 100644 (file)
@@ -64,6 +64,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
                struct _http_globlas_request_copies {
                        zend_llist strings;
                        zend_llist slists;
+                       zend_llist contexts;
                } copies;
 #      if LIBCURL_VERSION_NUM < 0x070c00
                char error[CURL_ERROR_SIZE + 1];