php-src/ext/curl
Nikita Popov cc11130b38 Don't allocate php_curlm_handlers separately
This is always allocated together with the php_curlm structure,
there's no point in making it a separate allocation.
2021-01-04 15:59:18 +01:00
..
tests Retain reference to share handle from curl handle 2020-11-11 11:56:03 +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 Don't allocate php_curlm_handlers separately 2021-01-04 15:59:18 +01:00
interface.c Use single typedef for curl callbacks 2021-01-04 15:19:01 +01:00
multi.c Don't allocate php_curlm_handlers separately 2021-01-04 15:59:18 +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