Skip to content

Commit

Permalink
cURL sync with EN (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Nov 14, 2024
1 parent f4ca778 commit aeae408
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion reference/curl/functions/curl-multi-select.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 71618f801702398626f677e18f34fa97f9c01d1d Maintainer: yannick Status: ready -->
<!-- EN-Revision: f414967c2c80702de6401191034d9837a2801dc1 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.curl-multi-select" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -51,6 +51,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Lève une <exceptionname>ValueError</exceptionname> si <parameter>timeout</parameter>
est inférieur à <literal>0</literal> ou supérieur à <constant>PHP_INT_MAX</constant>.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -62,6 +70,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Lève désormais une <exceptionname>ValueError</exceptionname> si <parameter>timeout</parameter>
est inférieur à <literal>0</literal> ou supérieur à <constant>PHP_INT_MAX</constant>.
</entry>
</row>
&curl.changelog.multi-handle-param;
</tbody>
</tgroup>
Expand Down

0 comments on commit aeae408

Please sign in to comment.