Skip to content

Commit 7c3c8d6

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Fix GH-23120 test on Windows x86 (#23180)
2 parents 54ca918 + 067f438 commit 7c3c8d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/dom/tests/gh23120.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (getenv('SKIP_ASAN')) {
1212
}
1313
?>
1414
--INI--
15-
zend.max_allowed_stack_size=512K
15+
zend.max_allowed_stack_size=256K
1616
--FILE--
1717
<?php
1818
function create_deep_document(): DOMDocument {

0 commit comments

Comments
 (0)