Conversation
henderkes
marked this pull request as draft
September 26, 2026 17:03
Girgias
reviewed
Sep 26, 2026
Contributor
Author
|
Question here is if it's even worth carrying zend_atomic_,,, functions anymore, or if we might as well just call e.g. |
henderkes
force-pushed
the
cleanup/zend_atomic
branch
from
September 27, 2026 08:28
da9b019 to
4be1214
Compare
henderkes
marked this pull request as ready for review
September 27, 2026 11:33
henderkes
requested review from
LamentXU123,
TimWolla,
devnexen,
dstogov and
zeriyoshi
as code owners
September 27, 2026 11:33
Member
Lately we have just removed the compatibility layers outright. If necessary folks can backport them themselves. Or they just upgrade to C11 for all PHP versions they support, which is reasonable. |
Contributor
Author
|
Yeah I already committed it. The extensions imo don't make keeping the layer worth it. For C++ mode extensions I've stubbed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use C11 atomics directly.