[GIT-PULLS] [php-src] PR #23180: Fix GH-23120 test on Windows x86
[email protected] (shivammathur)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23180 Author: shivammathur Follow-up to GH-23120. Nightly CI on Windows x86 fails `ext/dom/tests/gh23120.phpt`. https://github.com/php/php-src/actions/runs/31288567288/job/93181841779#step:6:379 Comparing 10,000 nested nodes does not exhaust the 512K stack limit on Windows x86. Reducing it to 256K should consistently trigger the stack guard across architectures.