Skip to content

Commit 9e96c5f

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Tweak zend.max_allowed_stack_size for gh20836_stack_limit.phpt
2 parents d54e510 + 1f57d04 commit 9e96c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)