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

Merge branch 'PHP-8.5'

* PHP-8.5:
  [skip ci] Reduce zend.max_allowed_stack_size in gh20840.phpt
This commit is contained in:
Ilija Tovilo
2026-01-21 17:35:56 +01:00

View File

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