shared extension in windows build #690
-
|
Hi! Is it possible to build a static-php-cli for Windows that still supports dynamic extension loading? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
See: #818 (comment) |
Beta Was this translation helpful? Give feedback.


See: #818 (comment)