Compiled Windows executable isn't running #418
Labels
bug
Something isn't working
kind/dependency
Issues related to dependencies
os/windows
Things only for Windows
Milestone
I've been able to compile PHP8.2 on a Windows GitHub Action 🎉
However, when I then try to use it on a Windows machine, I get the following error:
![image](https://private-user-images.githubusercontent.com/31628/325139975-e4d52d2f-568d-4d75-befb-3b39b28d097b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTk5NzIsIm5iZiI6MTczOTE1OTY3MiwicGF0aCI6Ii8zMTYyOC8zMjUxMzk5NzUtZTRkNTJkMmYtNTY4ZC00ZDc1LWJlZmItM2IzOWIyOGQwOTdiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAzNTQzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEzY2YxZDQ2M2UxMjJkOGE3NTFkM2U0OTQ2NmQwYzNjNWU4ZWI2MGZjNjZjMmE5MzNmMDY4NDY5MTZjNzQwMmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dXwboPG8qgpyfIW2tPloFs_l5q2Vt7a1swFyFtzHx6k)
Seems that some part (I'm guessing curl?) is depending on
nghttp2
but this isn't statically link.My extension string was:
The text was updated successfully, but these errors were encountered: