1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
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-12-19 22:58:18 -05:00
2012-09-05 23:08:05 +08:00
2010-04-26 23:53:30 +00:00
2012-11-02 18:56:17 +08:00
2012-12-26 10:17:37 -05:00
2012-10-02 00:02:08 +08:00
2012-03-22 17:22:17 +08:00
2012-06-10 18:17:37 +04:00
2012-12-05 18:55:05 +01:00
2011-12-04 16:46:45 +00:00
2012-01-01 13:15:04 +00:00
2010-10-05 22:58:19 +00:00
2009-11-23 21:53:30 +00:00
2012-06-22 20:01:06 +02:00
2009-07-13 16:10:29 +00:00
2012-11-14 10:06:46 +01:00

The Win32 Build System.

See http://wiki.php.net/internals/windows/stepbystepbuild 

vim:tw=78:sw=1:ts=1:et

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:25:23.756Z
Readme 972 MiB
Languages
C 66%
PHP 31.3%
C++ 0.8%
Shell 0.5%
M4 0.4%
Other 0.8%