Skip to content

[pull] master from php:master#436

Merged
pull[bot] merged 6 commits intoturkdevops:masterfrom
php:master
Oct 9, 2025
Merged

[pull] master from php:master#436
pull[bot] merged 6 commits intoturkdevops:masterfrom
php:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Oct 9, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

iluuu1994 and others added 6 commits October 9, 2025 19:09
Though first-class callables are now supported in constant expressions, they
remain unsupported for the new expression.

Fixes GH-20113
Closes GH-20115
* PHP-8.5:
  Fix missing new Foo(...) error in constant expressions
The fix fixes some other races that could result in mixed up copy and
nprocs number. It requires creating a copy in a similar way like for
request status.

This was not previously used to not impact other requests. However this
does not make that much sense as the only thing that impacts it is
holding the lock and not waiting for it. It is true that if there was a
big contention then the lock would be acquired more often but that can
be achieved by using fpm_get_status in loop so it should not make a
huge difference hopefully.

Closes GH-19974
* PHP-8.3:
  Fix GH-19974: fpm_status_export_to_zval segfault for parallel execution
* PHP-8.4:
  Fix GH-19974: fpm_status_export_to_zval segfault for parallel execution
* PHP-8.5:
  Fix GH-19974: fpm_status_export_to_zval segfault for parallel execution
@pull pull bot locked and limited conversation to collaborators Oct 9, 2025
@pull pull bot added the ⤵️ pull label Oct 9, 2025
@pull pull bot merged commit 02e38fe into turkdevops:master Oct 9, 2025
1 of 2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants