History log of /php-src/ext/curl/tests/gh15547.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# c4ae6458 27-Aug-2024 David Carlier

Follow-up on GH-15548: curl_multi_select.

throws a ValueError on timeout overflow.

close GH-15594


# cc67220e 22-Aug-2024 David Carlier

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 c

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

show more ...