Skip to content

Commit cef6fbe

Browse files
shivammathuriluuu1994
authored andcommitted
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
1 parent 057b706 commit cef6fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/tests/stack_limit/stack_limit_015.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_
99
--EXTENSIONS--
1010
zend_test
1111
--INI--
12-
zend.max_allowed_stack_size=128K
12+
zend.max_allowed_stack_size=64K
1313
--FILE--
1414
<?php
1515

0 commit comments

Comments
 (0)