1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Tweak stack limit values for gh20840.phpt

Graciously tested by Andy Postnikov (andypost).

See GH-21086
Closes GH-21275
This commit is contained in:
Ilija Tovilo
2026-02-23 02:17:56 +01:00
parent 9a6a841d77
commit f07809f495

View File

@@ -12,7 +12,7 @@ if (getenv('SKIP_ASAN')) {
}
?>
--INI--
zend.max_allowed_stack_size=128K
zend.max_allowed_stack_size=256K
--FILE--
<?php
class Node {