Skip to content

Commit cb51737

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Tweak zend.max_allowed_stack_size for gh20836_stack_limit.phpt
2 parents 32bd339 + 9e96c5f commit cb51737

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)