Skip to content

Commit 337cb37

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [skip ci] Reduce zend.max_allowed_stack_size in gh20840.phpt
2 parents 95f7e30 + 6c57b4b commit 337cb37

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=512K
15+
zend.max_allowed_stack_size=128K
1616
--FILE--
1717
<?php
1818
class Node {

0 commit comments

Comments
 (0)