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-04-28 11:44:54 +02:00
2012-10-10 10:27:49 +08:00
2012-12-27 13:31:55 -05:00
2012-12-05 17:58:36 +04:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-10-09 13:28:31 +08:00
2012-10-10 10:27:49 +08:00
2012-11-27 16:45:25 +01:00
2012-11-11 22:38:14 +04:00
2012-10-10 10:27:49 +08:00
2012-11-05 20:58:04 -08:00
2012-08-23 17:09:45 +02:00
2012-03-19 21:49:47 +01:00
2012-10-10 10:27:49 +08:00
2012-11-24 17:31:18 +01:00
2012-10-10 10:44:34 +08:00
2012-10-12 19:50:35 +02:00
2012-12-11 19:51:30 +08:00
2012-04-16 15:26:50 +02:00
2012-11-29 14:38:18 +04:00
2012-11-07 17:08:34 +08:00
2012-08-13 22:06:18 +02:00
2012-10-17 18:26:27 +02:00
2012-12-17 14:29:45 +08:00
2012-12-18 16:21:05 +01: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:27:49 +08:00
2012-11-12 20:04:26 +08:00
2012-10-10 10:44:34 +08:00
2012-10-12 10:37:05 +08:00
2012-10-12 19:42:43 -03:00
2012-10-26 14:22:31 +02:00
2012-10-09 13:28:31 +08:00
2012-10-09 13:28:31 +08:00
2012-10-30 15:43:32 +01:00
2012-06-22 12:50:30 +02:00
2012-10-10 10:27:49 +08:00
2012-11-22 19:04:49 +01:00
2012-06-10 17:08:02 +04:00
2012-05-31 01:15:22 +02:00
2012-06-22 17:32:46 +02:00
2012-11-27 13:36:38 +08:00
2012-12-17 12:57:37 +08:00
2012-12-05 17:58:36 +04:00
2012-03-20 17:53:47 +01: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-11-24 17:47:51 +01:00
2012-12-21 12:24:52 -05:00
2012-03-20 17:58:58 +01:00
2012-06-30 16:54:03 -07: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-11 00:22:52 +08:00
2012-06-27 23:26:33 +02:00
2012-10-10 10:27:49 +08:00
2012-08-21 13:24:54 +02:00
2012-09-18 09:59:49 +02:00