Skip to content

Commit f07809f

Browse files
committed
Tweak stack limit values for gh20840.phpt
Graciously tested by Andy Postnikov (andypost). See GH-21086 Closes GH-21275
1 parent 9a6a841 commit f07809f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/general_functions/gh20840.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
class Node {

0 commit comments

Comments
 (0)