php-src/ext/curl
Gina Peter Banyard f4dbe2390d
ext/curl: Refactor cURL to only use FCC (#13291)
* ext/curl: Convert handlers.progress to just be a FCC

* ext/curl: Convert handlers.sshhostkey to just be a FCC

* ext/curl: Convert handlers.xferinfo to just be a FCC

* ext/curl: Convert handlers.fnmatch to just be a FCC

* ext/curl: Convert handlers.server_push to just be a FCC

* ext/curl: Convert php_curl_write to just use FCC without a function name zval

* ext/curl: Convert php_curl_read to just use FCC without a function name zval

* ext/curl: Remove workaround for old libcurl

* ext/curl: Create macros to codegen the handling of callable options
2024-05-01 15:09:11 +01:00
..
tests ext/curl: Refactor cURL to only use FCC (#13291) 2024-05-01 15:09:11 +01:00
config.m4 Fix linking ext/curl against OpenSSL (#13262) 2024-02-14 13:52:01 +01:00
config.w32 ext/curl: Cleanup config.w32 to remove superfluous checks and outdated comments (#13684) 2024-03-12 17:56:07 +01:00
CREDITS
curl.stub.php ext/curl: Bump minimum Curl version to >= 7.61.0 (#13259) 2024-01-31 13:48:17 +00:00
curl_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01: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 Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
curl_private.h ext/curl: Refactor cURL to only use FCC (#13291) 2024-05-01 15:09:11 +01:00
interface.c ext/curl: Refactor cURL to only use FCC (#13291) 2024-05-01 15:09:11 +01:00
multi.c ext/curl: Refactor cURL to only use FCC (#13291) 2024-05-01 15:09:11 +01:00
php_curl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
share.c Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
sync-constants.php ext/curl: Bump minimum Curl version to >= 7.61.0 (#13259) 2024-01-31 13:48:17 +00:00