Skip to content

Commit 6c57b4b

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: [skip ci] Reduce zend.max_allowed_stack_size in gh20840.phpt
2 parents 2352cc1 + 4367315 commit 6c57b4b

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)