php-src/ext/curl
David Carlier cc67220ea3
Fixed GH-15547: curl_multi_wait expects a signed int for timeout.
confusion might come from the previous argument type.
PHP expects ms so we check it fits integer boundaries before the cast.
raising a warning at least for stable branches.

close GH-15548
2024-08-27 04:56:32 +01:00
..
tests Fixed GH-15547: curl_multi_wait expects a signed int for timeout. 2024-08-27 04:56:32 +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_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
curl_file_arginfo.h Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_file.c Use zend_update_property_str() where appropriate 2021-09-30 14:34:39 +01:00
curl_file.stub.php Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_private.h Convert return type of various object handlers from int to zend_result (#8755) 2022-06-26 01:00:19 +02:00
curl.stub.php Declare ext/curl constants in stubs (#9384) 2022-08-20 11:01:40 +02:00
interface.c ext/curl: curl_error using curl_easy_strerror if CURLOPT_ERRORBUFFER 2024-07-18 06:25:37 +01:00
multi.c Fixed GH-15547: curl_multi_wait expects a signed int for timeout. 2024-08-27 04:56:32 +01: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