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

Merge branch 'PHP-8.5'

* PHP-8.5:
  Tweak zend.max_allowed_stack_size for gh20836_stack_limit.phpt
This commit is contained in:
Ilija Tovilo
2026-02-03 00:55:05 +01:00

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