php-src/ext/curl
Nikita Popov b63ea1047a Mark resource-like objects as non-comparable
As these hold on to some internal resource, there can't be two
"equal" objects with different identity. Make sure the lack of
public properties doesn't result in these being treated as always
equal.
2021-02-16 14:20:45 +01:00
..
tests Adapt test case for libcurl 7.75.0+ 2021-02-16 00:28:34 +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 Retain reference to share handle from curl handle 2020-11-11 11:56:03 +01:00
interface.c Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
multi.c Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
php_curl.h Allow PHP_CURL_APIs to be imported by DLLs 2020-11-24 14:12:39 +01:00
share.c Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sync-constants.php Merge branch 'PHP-7.3' into PHP-7.4 2019-05-02 15:13:24 +02:00