Skip to content

Fix GH-23120 test on Windows x86 - #23180

Merged
shivammathur merged 1 commit into
php:PHP-8.4from
shivammathur:fix/gh23120-windows-x86-stack-limit
Aug 9, 2026
Merged

Fix GH-23120 test on Windows x86#23180
shivammathur merged 1 commit into
php:PHP-8.4from
shivammathur:fix/gh23120-windows-x86-stack-limit

Conversation

@shivammathur

Copy link
Copy Markdown
Member

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.

@shivammathur
shivammathur changed the base branch from master to PHP-8.4 August 9, 2026 09:51
@shivammathur
shivammathur merged commit 067f438 into php:PHP-8.4 Aug 9, 2026
18 checks passed
shivammathur added a commit to shivammathur/php-src that referenced this pull request Aug 9, 2026
* PHP-8.5:
  Fix phpGH-23120 test on Windows x86 (php#23180)
pull Bot pushed a commit to dolfly/php-src that referenced this pull request Aug 9, 2026
* PHP-8.4:
  Fix phpGH-23120 test on Windows x86 (php#23180)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants