You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build an extension for windows using the same GitHub workflow used by this project. But PHP is refusing to load the module due to linker version difference. I tried using PHP 8.1 and 8.2, from windows.php.net, which are both compiled with VS 16.
I am using rust-lld as my linker as suggested under Windows Requirements.
The text was updated successfully, but these errors were encountered:
I am trying to build an extension for windows using the same GitHub workflow used by this project. But PHP is refusing to load the module due to linker version difference. I tried using PHP 8.1 and 8.2, from windows.php.net, which are both compiled with VS 16.
I am using
rust-lld
as my linker as suggested under Windows Requirements.The text was updated successfully, but these errors were encountered: