php-src/ext/curl
Tim Düsterhus 35a681d717
curl: Remove unnecessary dynamic allocation for HashTable in _php_curl_free (#16297)
Given that the lifecycle of the `slist` HashTable exactly matches the lifecycle
of the `_php_curl_free` struct, we might as well embed the HashTable directly
and avoid a pointer indirection.
2024-10-08 15:07:32 +02:00
..
tests [skip ci] Mark one more curl test as xleak 2024-09-26 16:50:06 +02:00
config.m4 Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
curl.stub.php ext/curl: Add CURLINFO_POSTTRANSFER_TIME_T support (GH-15849) 2024-09-24 13:39:07 +02:00
curl_arginfo.h ext/curl: Add CURLINFO_POSTTRANSFER_TIME_T support (GH-15849) 2024-09-24 13:39:07 +02:00
curl_file.c Make lots of string pointers const (#10646) 2023-02-21 14:01:37 +00:00
curl_file.stub.php Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_file_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00
curl_private.h curl: Remove unnecessary dynamic allocation for HashTable in _php_curl_free (#16297) 2024-10-08 15:07:32 +02:00
interface.c curl: Remove unnecessary dynamic allocation for HashTable in _php_curl_free (#16297) 2024-10-08 15:07:32 +02:00
multi.c Follow-up on GH-15548: curl_multi_select. 2024-08-27 17:05:55 +01:00
php_curl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
share.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
sync-constants.php ext/curl: Add CURLOPT_DEBUGFUNCTION option (GH-15674) 2024-09-24 10:56:56 +02:00