[DOC-CVS] [doc-en] master: Fix mb_http_input ValueError version from 8.4.0 to 8.0.0 (#5252)
[email protected] (Louis-Arnaud via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Louis-Arnaud (lacatoire)
Committer: GitHub (web-flow)
Pusher: lacatoire
Date: 2026-08-19T08:13:00+02:00
Commit: https://github.com/php/doc-en/commit/2fab26790083c132d6daeb0a0bfa41d5cc0894e0
Raw diff: https://github.com/php/doc-en/commit/2fab26790083c132d6daeb0a0bfa41d5cc0894e0.diff
Fix mb_http_input ValueError version from 8.4.0 to 8.0.0 (#5252)
Changed paths:
M reference/mbstring/functions/mb-http-input.xml
Diff:
diff --git a/reference/mbstring/functions/mb-http-input.xml b/reference/mbstring/functions/mb-http-input.xml
index cea109778556..43903be5bedf 100644
--- a/reference/mbstring/functions/mb-http-input.xml
+++ b/reference/mbstring/functions/mb-http-input.xml
@@ -66,16 +66,11 @@
</thead>
<tbody>
<row>
- <entry>8.4.0</entry>
+ <entry>8.0.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>
<parameter>type</parameter> is nullable now.
</entry>
</row>