Fix GH-1277: Document zend.exception_string_param_max_len ini setting

This commit is contained in:
Christoph M. Becker 2021-12-29 12:24:40 +01:00
parent 906db3b3f7
commit 0e28c9d2fa
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -116,6 +116,12 @@
<entry>PHP_INI_ALL with restrictions</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.zend.exception-string-param-max-len">zend.exception_string_param_max_len</link></entry>
<entry>"15"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available as of PHP 8.0.0.</entry>
</row>
</tbody>
</tgroup>
</table>
@ -255,6 +261,19 @@
</listitem>
</varlistentry>
<varlistentry xml:id="ini.zend.exception-string-param-max-len">
<term>
<parameter>zend.exception_string_param_max_len</parameter>
<type>int</type>
</term>
<listitem>
<simpara>
The maximum length of string function arguments in stringified stack traces.
Must range between <literal>"0"</literal> and <literal>"1000000"</literal>.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.hard-timeout">
<term>
<parameter>hard_timeout</parameter>