You might know I forked the asdf-php plugin to make it more user-friendly, finding and reporting missing dependencies before downloading PHP. It worked very well, but every update to Homebrew packages broke PHP builds b/c of the dynamic linking.
You might know I forked the asdf-php plugin to make it more user-friendly, finding and reporting missing dependencies before downloading PHP. It worked very well, but every update to Homebrew packages broke PHP builds b/c of the dynamic linking.
So, I decided to re-work it to use Static PHP, and after struggling with differences between versions of bash, I've finally got it working and ready for others to try out.
Be warned, it’s experimental!
It’s using the pre-compiled Static PHP artifacts, but if this works well, and there’s interest, I’ll set up my own build system and hosting, so I’m not taxing their resources and can offer different combinations of extensions.