ext-php-rs
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
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.