You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix native module loading to support CI artifact structure
The CI downloads artifacts to npm/<platform>/binding.node but the code
was only looking for php.<platform>.node in the root directory. This
change tries the npm directory first (for CI/published builds) and falls
back to the root path (for local development builds).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments