php-src/ext/curl
Peter Kokot 09d61b6368
Autotools: Refactor curl config.m4 (#14948)
- CS synced
- When checking for libcurl linked against old OpenSSL the LIBS can be
  used instead of LDFLAGS to put -lcurl to proper place. Also, flags
  manipulation variables are wrapped in the AC_CACHE_CHECK commands
  because there is also OpenSSL setup done later in the code which
  changes LDFLAGS, LIBS and/or CFLAGS.
- CFLAGS added to the check to have edge case of -I flags of custom
  installation paths taken into consideration
- All macro arguments quoted
- SSL check simplified a bit
- The HAVE_CURL symbol help text synced
2024-07-14 03:55:23 +02:00
..
tests Merge branch 'PHP-8.3' 2024-07-04 18:09:16 +02:00
config.m4 Autotools: Refactor curl config.m4 (#14948) 2024-07-14 03:55:23 +02:00
config.w32 Autotools: Refactor curl config.m4 (#14948) 2024-07-14 03:55:23 +02: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 Remove unused SMART_STR_PREALLOC (#14848) 2024-07-07 01:04:53 +02:00
multi.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02: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: Bump minimum Curl version to >= 7.61.0 (#13259) 2024-01-31 13:48:17 +00:00