Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled Windows executable isn't running #418

Closed
simonhamp opened this issue Apr 24, 2024 · 1 comment · Fixed by #422
Closed

Compiled Windows executable isn't running #418

simonhamp opened this issue Apr 24, 2024 · 1 comment · Fixed by #422
Labels
bug Something isn't working kind/dependency Issues related to dependencies os/windows Things only for Windows
Milestone

Comments

@simonhamp
Copy link
Contributor

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

Seems that some part (I'm guessing curl?) is depending on nghttp2 but this isn't statically link.

My extension string was:

bcmath,ctype,zlib,openssl,curl,iconv,xml,dom,fileinfo,filter,mbstring,pdo,sqlite3,pdo_sqlite,session,simplexml,sockets,tokenizer
@crazywhalecc crazywhalecc added bug Something isn't working kind/dependency Issues related to dependencies os/windows Things only for Windows labels Apr 24, 2024
@crazywhalecc crazywhalecc added this to the 2.2 Release milestone Apr 24, 2024
@crazywhalecc
Copy link
Owner

Fixed in main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kind/dependency Issues related to dependencies os/windows Things only for Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants