Skip to content

Commit

Permalink
[PHP 8.4] Update ext-mbstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Dec 5, 2024
1 parent 762b61c commit dfdd2df
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
16 changes: 16 additions & 0 deletions reference/mbstring/functions/mb-decode-numericentity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>map</parameter> is not a list of &integers;.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -77,6 +85,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<function>mb_decode_numericentity</function> now throws a
<exceptionname>ValueError</exceptionname> if <parameter>map</parameter>
is not a list of &integers;.
</entry>
</row>
&mbstring.changelog.encoding-nullable;
</tbody>
</tgroup>
Expand Down
16 changes: 16 additions & 0 deletions reference/mbstring/functions/mb-encode-numericentity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>map</parameter> is not a list of &integers;.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -80,6 +88,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<function>mb_encode_numericentity</function> now throws a
<exceptionname>ValueError</exceptionname> if <parameter>map</parameter>
is not a list of &integers;.
</entry>
</row>
&mbstring.changelog.encoding-nullable;
</tbody>
</tgroup>
Expand Down
16 changes: 16 additions & 0 deletions reference/mbstring/functions/mb-http-input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>type</parameter> is invalid.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -57,6 +65,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<function>mb_http_input</function> now throws a
<exceptionname>ValueError</exceptionname> if <parameter>type</parameter>
is invalid.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down
16 changes: 16 additions & 0 deletions reference/mbstring/functions/mb-http-output.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>encoding</parameter> contains null bytes.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -62,6 +70,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<function>mb_http_output</function> now throws a
<exceptionname>ValueError</exceptionname> if <parameter>encoding</parameter>
contains null bytes.
</entry>
</row>
&mbstring.changelog.encoding-nullable;
</tbody>
</tgroup>
Expand Down

0 comments on commit dfdd2df

Please sign in to comment.