Commit cef6fbe64cb for php.net
commit cef6fbe64cba619c77959d15b6e8115f5a7c7fc6
Author: Shivam Mathur <shivam_jpr@hotmail.com>
Date: Sun Apr 12 16:44:21 2026 +0530
Decrease zend.max_allowed_stack_size in stack_limit_015.phpt
With the stack size of 128K the compile-time stack guard does not fire on 32bit Windows tests, reducing it to 64K
Closes GH-21736
diff --git a/Zend/tests/stack_limit/stack_limit_015.phpt b/Zend/tests/stack_limit/stack_limit_015.phpt
index b725523b784..88ff544e9f3 100644
--- a/Zend/tests/stack_limit/stack_limit_015.phpt
+++ b/Zend/tests/stack_limit/stack_limit_015.phpt
@@ -9,7 +9,7 @@
--EXTENSIONS--
zend_test
--INI--
-zend.max_allowed_stack_size=128K
+zend.max_allowed_stack_size=64K
--FILE--
<?php