[PHP-CVS] [php-src] PHP-8.4: Fix GH-23120 test on Windows x86 (#23180)
[email protected] (Shivam Mathur via GitHub)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Shivam Mathur (shivammathur)
Committer: GitHub (web-flow)
Pusher: shivammathur
Date: 2026-08-09T15:21:32+05:30
Commit: https://github.com/php/php-src/commit/067f438bc4f134c9fc94471696bcf8fb29b44b35
Raw diff: https://github.com/php/php-src/commit/067f438bc4f134c9fc94471696bcf8fb29b44b35.diff
Fix GH-23120 test on Windows x86 (#23180)
Changed paths:
M ext/dom/tests/gh23120.phpt
Diff:
diff --git a/ext/dom/tests/gh23120.phpt b/ext/dom/tests/gh23120.phpt
index 511314d9cbba..909b9cb3e68a 100644
--- a/ext/dom/tests/gh23120.phpt
+++ b/ext/dom/tests/gh23120.phpt
@@ -12,7 +12,7 @@ if (getenv('SKIP_ASAN')) {
}
?>
--INI--
-zend.max_allowed_stack_size=512K
+zend.max_allowed_stack_size=256K
--FILE--
<?php
function create_deep_document(): DOMDocument {