Skip to content

Commit 4f6b571

Browse files
FaabvkGirgias
authored andcommitted
Update ini.list.xml
Added two Zend ini directives that were made available in PHP 8.3, but aren't on this list.
1 parent 04bb3c8 commit 4f6b571

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appendices/ini.list.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,12 +776,24 @@
776776
<entry><constant>INI_ALL</constant></entry>
777777
<entry></entry>
778778
</row>
779+
<row>
780+
<entry><link linkend="ini.zend.max-allowed-stack-size">zend.max_allowed_stack_size</link></entry>
781+
<entry><literal>"0"</literal></entry>
782+
<entry><constant>INI_SYSTEM</constant></entry>
783+
<entry>Available as of PHP 8.3.0</entry>
784+
</row>
779785
<row>
780786
<entry><link linkend="ini.zend.multibyte">zend.multibyte</link></entry>
781787
<entry><literal>"0"</literal></entry>
782788
<entry><constant>INI_PERDIR</constant></entry>
783789
<entry></entry>
784790
</row>
791+
<row>
792+
<entry><link linkend="ini.zend.reserved-stack-size">zend.reserved_stack_size</link></entry>
793+
<entry><literal>"0"</literal></entry>
794+
<entry><constant>INI_SYSTEM</constant></entry>
795+
<entry>Available as of PHP 8.3.0</entry>
796+
</row>
785797
<row>
786798
<entry><link linkend="ini.zend.script-encoding">zend.script_encoding</link></entry>
787799
<entry>&null;</entry>

0 commit comments

Comments
 (0)