php-src/ext/curl
Nikita Popov 5276ca6179 Manually store CURLOPT_PRIVATE data
This is simpler than going through curl, because we can manage
the memory more easily (in particular, this removes the need for
to_free->str). Additionally this allows the CURLOPT_PRIVATE data
to have any type, instead of being implicitly cast to string.
2021-01-04 16:59:57 +01:00
..
tests Manually store CURLOPT_PRIVATE data 2021-01-04 16:59:57 +01:00
config.m4 Private/public split curl header 2020-09-07 11:12:41 +02:00
config.w32 Allow PHP_CURL_APIs to be imported by DLLs 2020-11-24 14:12:39 +01:00
CREDITS
curl.stub.php Fix curl_multi_getcontent() parameter name 2020-11-19 10:17:17 +01:00
curl_arginfo.h Fix curl_multi_getcontent() parameter name 2020-11-19 10:17:17 +01:00
curl_file.c Private/public split curl header 2020-09-07 11:12:41 +02:00
curl_file.stub.php Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
curl_file_arginfo.h Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
curl_private.h Manually store CURLOPT_PRIVATE data 2021-01-04 16:59:57 +01:00
interface.c Manually store CURLOPT_PRIVATE data 2021-01-04 16:59:57 +01:00
multi.c Remove method member from php_curl_callback 2021-01-04 16:24:20 +01:00
php_curl.h Allow PHP_CURL_APIs to be imported by DLLs 2020-11-24 14:12:39 +01:00
share.c Private/public split curl header 2020-09-07 11:12:41 +02:00
sync-constants.php Merge branch 'PHP-7.3' into PHP-7.4 2019-05-02 15:13:24 +02:00