diff --git a/reference/curl/functions/curl-multi-select.xml b/reference/curl/functions/curl-multi-select.xml index 8cd8f7d2f67d..c2ae4036325e 100644 --- a/reference/curl/functions/curl-multi-select.xml +++ b/reference/curl/functions/curl-multi-select.xml @@ -50,6 +50,14 @@ + + &reftitle.errors; + + Throws a ValueError if timeout + is less than 0 or greater than PHP_INT_MAX. + + + &reftitle.changelog; @@ -61,6 +69,13 @@ + + 8.4.0 + + Now throws a ValueError if timeout + is less than 0 or greater than PHP_INT_MAX. + + &curl.changelog.multi-handle-param;