Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jul 3, 2025

See Commits and Changes for more details.


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

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

SakiTakamachi and others added 10 commits July 3, 2025 21:09
* PHP-8.3:
  Fix GH-18873 - Free column->descid appropriately (#18957)
* PHP-8.4:
  Fix GH-18873 - Free column->descid appropriately (#18957)
Apple Silicon has stricter rules about rwx mmap regions. They need to be created
using the MAP_JIT flag. However, the MAP_JIT seems to be incompatible with
MAP_SHARED. ZTS requires MAP_SHARED so that some threads may execute code from a
page while another writes/appends to it. We did not find another solution, other
than completely disabling JIT for Apple Silicon + ZTS.

See discussion in #13351.

Co-authored-by: Peter Kokot <[email protected]>
Fixes GH-13400
Closes GH-13396
@pull pull bot locked and limited conversation to collaborators Jul 3, 2025
@pull pull bot added the ⤵️ pull label Jul 3, 2025
@pull pull bot merged commit 5683708 into wudi:master Jul 3, 2025
1 check 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.

5 participants