mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix GH-1277: Document zend.exception_string_param_max_len ini setting
This commit is contained in:
parent
906db3b3f7
commit
0e28c9d2fa
1 changed files with 19 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue