php-src/ext/curl
Nikita Popov d1ac7e3ab1 Remove some unnecessary HAVE_EXTNAME guards
A recurring pattern in old extension: Putting the whole source
code behind HAVE_EXTNAME. This is pointless, as the code is only
compiled if the extension is enabled.

This removes a couple of them, but not all.
2020-09-07 11:05:07 +02:00
..
tests Promote warnings to exceptions in ext/curl 2020-08-14 17:40:35 +02:00
config.m4 Bump required libcurl version to 7.29.0 2020-01-19 14:10:46 +01:00
config.w32 Clean up curl openssl check 2020-01-06 10:17:37 +01:00
CREDITS
curl_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
curl_file_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
curl_file.c Remove some unnecessary HAVE_EXTNAME guards 2020-09-07 11:05:07 +02:00
curl_file.stub.php Fix UNKNOWN default values in ext/curl 2020-06-18 13:26:32 +02:00
curl.stub.php Fix UNKNOWN default values in ext/curl 2020-06-18 13:26:32 +02:00
interface.c Remove some unnecessary HAVE_EXTNAME guards 2020-09-07 11:05:07 +02:00
multi.c Remove some unnecessary HAVE_EXTNAME guards 2020-09-07 11:05:07 +02:00
php_curl.h Remove some unnecessary HAVE_EXTNAME guards 2020-09-07 11:05:07 +02:00
share.c Remove some unnecessary HAVE_EXTNAME guards 2020-09-07 11:05:07 +02:00
sync-constants.php Merge branch 'PHP-7.3' into PHP-7.4 2019-05-02 15:13:24 +02:00