Skip to content

Fix narive:run use correct binary on Intel macs#32

Merged
gwleuverink merged 2 commits intomainfrom
fix/intel-mac-native-run-php-binary
Oct 24, 2025
Merged

Fix narive:run use correct binary on Intel macs#32
gwleuverink merged 2 commits intomainfrom
fix/intel-mac-native-run-php-binary

Conversation

@gwleuverink
Copy link
Collaborator

Fixes #22

A while back we corrected a naming misnomer of the mac binaries.

  • we renamed the intel binaries to x64
  • kept the old x86 binaries around for users pre v1

While this all worked while building it looks like folks using native:run on a intel mac were still using the outdated x86 binary. This PR addresses that.

Also updated the naming of the npm build scripts & command arguments so everything is named consistently across the board.

gwleuverink and others added 2 commits October 24, 2025 13:58
instead of old x86 binary. This was a naming misnomer. The binary is no longer updated.

Also updated the naming of the npm build scripts & command arguments
@gwleuverink
Copy link
Collaborator Author

This might be a good time to remove those old binaries. We can slim down the php-bin repo significantly.

NativePHP/php-bin#274

@gwleuverink gwleuverink self-assigned this Oct 24, 2025
@gwleuverink gwleuverink added the bug Something isn't working label Oct 24, 2025
@gwleuverink gwleuverink merged commit 152e5a4 into main Oct 24, 2025
@simonhamp simonhamp deleted the fix/intel-mac-native-run-php-binary branch January 20, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Call to undefined function mb_split() - Missing mbstring extension in bundled PHP binary on macOS

3 participants