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've tried to build the extension with VS 17.
I've launched this command :
.\scripts\setup_php_sdk.bat x64 Release VS17 C:\php-sdk
.\scripts\run_setup_php.bat x64 Release VS17 8.3.6 C:\php-sdk
.\scripts\run_build_pdo_snowflake.bat x64 Release VS17 8.3.6 C:\php-sdk
I've copy the DLL to my PHP dir.
But when I test if the extension can be loaded, i have this message :
Warning: PHP Startup: Can't load module 'c:\wamp64\bin\php\php8.3.6\ext\php_pdo_snowflake.dll' as it's linked with 14.42, but the core is linked with 14.29 in Unknown on line 0
Can you help me on this point please ?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
PHP can't load extension
SNOW-1905756: PHP can't load extension
Jan 31, 2025
I've tried to build the extension with VS 17. I've launched this command : .\scripts\setup_php_sdk.bat x64 Release VS17 C:\php-sdk .\scripts\run_setup_php.bat x64 Release VS17 8.3.6 C:\php-sdk .\scripts\run_build_pdo_snowflake.bat x64 Release VS17 8.3.6 C:\php-sdk
I've copy the DLL to my PHP dir.
But when I test if the extension can be loaded, i have this message :
Warning: PHP Startup: Can't load module 'c:\wamp64\bin\php\php8.3.6\ext\php_pdo_snowflake.dll' as it's linked with 14.42, but the core is linked with 14.29 in Unknown on line 0
Hello,
I've tried to build the extension with VS 17.
I've launched this command :
.\scripts\setup_php_sdk.bat x64 Release VS17 C:\php-sdk
.\scripts\run_setup_php.bat x64 Release VS17 8.3.6 C:\php-sdk
.\scripts\run_build_pdo_snowflake.bat x64 Release VS17 8.3.6 C:\php-sdk
I've copy the DLL to my PHP dir.
But when I test if the extension can be loaded, i have this message :
Can you help me on this point please ?
The text was updated successfully, but these errors were encountered: