ext-php-rs icon indicating copy to clipboard operation
ext-php-rs copied to clipboard

Can't load module as it's linked with 14.34, but the core is linked with 14.29

Open JoyceBabu opened this issue 2 years ago • 0 comments

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.

JoyceBabu avatar Feb 09 '23 10:02 JoyceBabu