php-src/ext/curl
Christoph M. Becker 29c39a3d91
Fix GH-17855: CURL_STATICLIB flag set even if linked with shared lib
We must define `CURL_STATICLIB` only when building against a static
libcurl.  The detection relies on our usual naming conventions, what
should be revised in the future (possibly using pkg-config, or
switching to CMake).

Closes GH-17857.
2025-02-21 12:46:20 +01:00
..
tests Merge branch 'PHP-8.2' into PHP-8.3 2025-02-05 19:22:51 +01:00
config.m4 Private/public split curl header 2020-09-07 11:12:41 +02:00
config.w32 Fix GH-17855: CURL_STATICLIB flag set even if linked with shared lib 2025-02-21 12:46:20 +01:00
CREDITS
curl.stub.php Add new curl constants from curl until (including) 7.87 (#10459) 2023-07-17 20:42:39 +02:00
curl_arginfo.h Add new curl constants from curl until (including) 7.87 (#10459) 2023-07-17 20:42:39 +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 Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_private.h Add new curl constants from curl until (including) 7.87 (#10459) 2023-07-17 20:42:39 +02:00
interface.c Merge branch 'PHP-8.2' into PHP-8.3 2024-11-26 20:37:51 +01:00
multi.c Merge branch 'PHP-8.2' into PHP-8.3 2024-10-09 09:37:50 +02: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 Fix curl/sync_constants.php (#9391) 2022-08-21 18:04:33 +02:00