[php-src] master: Merge branch 'PHP-8.5'
Shivam Mathur <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Shivam Mathur (shivammathur)
Date: 2026-08-09T15:22:47+05:30
Commit: https://github.com/php/php-src/commit/1a997ac7a347c3c45473f0d7cf38fdaae9d314d9
Raw diff: https://github.com/php/php-src/commit/1a997ac7a347c3c45473f0d7cf38fdaae9d314d9.diff
Merge branch 'PHP-8.5'
* PHP-8.5:
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 {