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