Skip to content

Commit 1f57d04

Browse files
committed
Tweak zend.max_allowed_stack_size for gh20836_stack_limit.phpt
Fixes GH-21086
1 parent d73b2f7 commit 1f57d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/tests/gh20836_stack_limit.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (getenv('SKIP_ASAN')) {
1212
}
1313
?>
1414
--INI--
15-
zend.max_allowed_stack_size=128K
15+
zend.max_allowed_stack_size=256K
1616
--FILE--
1717
<?php
1818

0 commit comments

Comments
 (0)