From e5d6eb06e6af94dbd689b0065902ca9798c275c1 Mon Sep 17 00:00:00 2001 From: Faab <36154889+Faabvk@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:31:33 +0100 Subject: [PATCH 1/2] Update ini.list.xml Added two Zend ini directives that were made available in PHP 8.3, but aren't on this list. --- appendices/ini.list.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appendices/ini.list.xml b/appendices/ini.list.xml index ea92797da725..8a2a1fe36a37 100644 --- a/appendices/ini.list.xml +++ b/appendices/ini.list.xml @@ -776,12 +776,24 @@ <entry><constant>INI_ALL</constant></entry> <entry></entry> </row> + <row> + <entry><link linkend="ini.zend.max_allowed_stack_size">zend.max_allowed_stack_size</link></entry> + <entry><literal>"0"</literal></entry> + <entry><constant>INI_SYSTEM</constant></entry> + <entry>Available as of PHP 8.3.0</entry> + </row> <row> <entry><link linkend="ini.zend.multibyte">zend.multibyte</link></entry> <entry><literal>"0"</literal></entry> <entry><constant>INI_PERDIR</constant></entry> <entry></entry> </row> + <row> + <entry><link linkend="ini.zend.reserved_stack_size">zend.reserved_stack_size</link></entry> + <entry><literal>"0"</literal></entry> + <entry><constant>INI_SYSTEM</constant></entry> + <entry>Available as of PHP 8.3.0</entry> + </row> <row> <entry><link linkend="ini.zend.script-encoding">zend.script_encoding</link></entry> <entry>&null;</entry> From 2f7454fd41c2b411af881c9431da8b93de58ce26 Mon Sep 17 00:00:00 2001 From: Fabian van Koppen <fabian@prolocation.net> Date: Wed, 15 Jan 2025 17:36:02 +0100 Subject: [PATCH 2/2] Made requested changes --- appendices/ini.list.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/ini.list.xml b/appendices/ini.list.xml index 8a2a1fe36a37..74fa469b2071 100644 --- a/appendices/ini.list.xml +++ b/appendices/ini.list.xml @@ -777,7 +777,7 @@ <entry></entry> </row> <row> - <entry><link linkend="ini.zend.max_allowed_stack_size">zend.max_allowed_stack_size</link></entry> + <entry><link linkend="ini.zend.max-allowed-stack-size">zend.max_allowed_stack_size</link></entry> <entry><literal>"0"</literal></entry> <entry><constant>INI_SYSTEM</constant></entry> <entry>Available as of PHP 8.3.0</entry> @@ -789,7 +789,7 @@ <entry></entry> </row> <row> - <entry><link linkend="ini.zend.reserved_stack_size">zend.reserved_stack_size</link></entry> + <entry><link linkend="ini.zend.reserved-stack-size">zend.reserved_stack_size</link></entry> <entry><literal>"0"</literal></entry> <entry><constant>INI_SYSTEM</constant></entry> <entry>Available as of PHP 8.3.0</entry>