aports/community/php84/fix-gh20836_stack_limit.patch
2026-02-11 01:13:32 +00:00

26 lines
836 B
Diff

Patch-Source: https://github.com/php/php-src/commit/1f57d04648258388b53ab3355bf9b2050155d053
From 1f57d04648258388b53ab3355bf9b2050155d053 Mon Sep 17 00:00:00 2001
From: Ilija Tovilo <ilija.tovilo@me.com>
Date: Tue, 3 Feb 2026 00:54:25 +0100
Subject: [PATCH] Tweak zend.max_allowed_stack_size for
gh20836_stack_limit.phpt
Fixes GH-21086
---
ext/mbstring/tests/gh20836_stack_limit.phpt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ext/mbstring/tests/gh20836_stack_limit.phpt b/ext/mbstring/tests/gh20836_stack_limit.phpt
index b58833ff80cf8..29d7f3f168cf7 100644
--- a/ext/mbstring/tests/gh20836_stack_limit.phpt
+++ b/ext/mbstring/tests/gh20836_stack_limit.phpt
@@ -12,7 +12,7 @@ if (getenv('SKIP_ASAN')) {
}
?>
--INI--
-zend.max_allowed_stack_size=128K
+zend.max_allowed_stack_size=256K
--FILE--
<?php