Skip to content

Commit

Permalink
[PHP 8.4] Add errors for curl_multi_select (#3965)
Browse files Browse the repository at this point in the history
  • Loading branch information
saundefined authored Nov 14, 2024
1 parent 8fb5db5 commit f414967
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions reference/curl/functions/curl-multi-select.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if <parameter>timeout</parameter>
is less than <literal>0</literal> or greater than <constant>PHP_INT_MAX</constant>.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -61,6 +69,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Now throws a <exceptionname>ValueError</exceptionname> if <parameter>timeout</parameter>
is less than <literal>0</literal> or greater than <constant>PHP_INT_MAX</constant>.
</entry>
</row>
&curl.changelog.multi-handle-param;
</tbody>
</tgroup>
Expand Down

0 comments on commit f414967

Please sign in to comment.