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

Tweak zend.max_allowed_stack_size for gh20836_stack_limit.phpt

Fixes GH-21086
This commit is contained in:
Ilija Tovilo
2026-02-03 00:54:25 +01:00
parent d73b2f782e
commit 1f57d04648

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