From 742c53b0e903022dbd71f106b7852bb400fc551d Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sun, 12 Apr 2026 16:44:21 +0530 Subject: [PATCH] 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 --- Zend/tests/stack_limit/stack_limit_015.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/stack_limit/stack_limit_015.phpt b/Zend/tests/stack_limit/stack_limit_015.phpt index b725523b7840..88ff544e9f33 100644 --- a/Zend/tests/stack_limit/stack_limit_015.phpt +++ b/Zend/tests/stack_limit/stack_limit_015.phpt @@ -9,7 +9,7 @@ if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_ --EXTENSIONS-- zend_test --INI-- -zend.max_allowed_stack_size=128K +zend.max_allowed_stack_size=64K --FILE--