1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/ext
Pierrick Charron ac3d227e28 Fixed #63859 Memory leak when reusing curl-handle
When CURLOPT_POSTFIELDS is called more than once on the same
curl handle, php/curl did not free the memory of the previous
post data. This commit will fix the problem unless the curl
handle was previously duplicated using the curl_copy_handle()
function in which case we can not know if the post data is
still in use or not by any curl handle
2012-12-27 13:31:55 -05:00
..
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-08-23 17:09:45 +02:00
2012-11-24 17:31:18 +01:00
2012-04-16 15:26:50 +02:00
2012-10-17 18:26:27 +02:00
2012-10-21 22:21:46 -07:00
2012-06-22 17:33:22 +02:00
2012-09-15 22:59:34 -07:00
2012-10-10 10:44:34 +08:00
2012-11-22 19:04:49 +01:00
2012-06-10 17:08:02 +04:00
2012-06-22 17:32:46 +02:00
2012-11-29 16:41:09 +04:00
2012-12-19 10:23:57 +01:00
2012-12-13 10:44:56 +08:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-08-11 00:22:52 +08:00
2012-10-10 10:27:49 +08:00
2012-08-21 13:24:54 +02:00