php-src/ext/curl
Nikita Popov 3e01f5afb1 Replace zend_bool uses with bool
We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.
2021-01-15 12:33:06 +01:00
..
tests Manually store CURLOPT_PRIVATE data 2021-01-04 16:59:57 +01:00
config.m4 Private/public split curl header 2020-09-07 11:12:41 +02:00
config.w32 Allow PHP_CURL_APIs to be imported by DLLs 2020-11-24 14:12:39 +01:00
CREDITS
curl.stub.php Fix curl_multi_getcontent() parameter name 2020-11-19 10:17:17 +01:00
curl_arginfo.h Fix curl_multi_getcontent() parameter name 2020-11-19 10:17:17 +01:00
curl_file.c Private/public split curl header 2020-09-07 11:12:41 +02:00
curl_file.stub.php Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
curl_file_arginfo.h Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
curl_private.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
interface.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
multi.c Remove method member from php_curl_callback 2021-01-04 16:24:20 +01:00
php_curl.h Allow PHP_CURL_APIs to be imported by DLLs 2020-11-24 14:12:39 +01:00
share.c Private/public split curl header 2020-09-07 11:12:41 +02:00
sync-constants.php Merge branch 'PHP-7.3' into PHP-7.4 2019-05-02 15:13:24 +02:00