shared extension in windows build #690
|
Hi! Is it possible to build a static-php-cli for Windows that still supports dynamic extension loading? |
Answered by
crazywhalecc
Nov 5, 2025
Replies: 3 comments 6 replies
|
Windows binaries always support extension loading. For all windows does wrong, the dev landscape on windows is 100000000000000000000000000000x better than the one on linux and macos. No limitations for static linking, no version incompatibilities, everything just works. |
1 reply
|
Extension loading works a bit differently on windows: https://www.php.net/manual/en/install.pecl.windows.php You need to specify the dll including the extension. |
5 replies
Answer selected by
crazywhalecc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


See: #818 (comment)