Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Server Drivers for PHP #666

Open
KishwerWali54 opened this issue Feb 15, 2022 · 0 comments
Open

SQL Server Drivers for PHP #666

KishwerWali54 opened this issue Feb 15, 2022 · 0 comments

Comments

@KishwerWali54
Copy link

KishwerWali54 commented Feb 15, 2022

I need to link SQL server with my PHP I have downloaded the drivers and placed them in the C:\xampp\php\ext file already

updated the php.ini file as well:

extension_dir="C:\xampp\php\ext"

;SQL Server Ext
extension=php_pdo_sqlsrv_74_ts_x64.dll
extension=php_sqlsrv_74_ts_x64.dll

but I get this error:

PHP Warning: PHP Startup: Unable to load dynamic library 'php_pdo_sqlsrv_74_ts_x64.dll' (tried: C:\xampp\php\ext\php_pdo_sqlsrv_74_ts_x64.dll (The specified module could not be found.), C:\xampp\php\ext\php_php_pdo_sqlsrv_74_ts_x64.dll.dll (The specified module could not be found.)) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library 'php_sqlsrv_74_ts_x64.dll' (tried: C:\xampp\php\ext\php_sqlsrv_74_ts_x64.dll (The specified module could not be found.), C:\xampp\php\ext\php_php_sqlsrv_74_ts_x64.dll.dll (The specified module could not be found.)) in Unknown on line 0

I am using PHP V 7.4.27 and my PHP Extension build is TS
My OS is 64 bit

Please HELP, it's driving me CRAAAZZZYYYYY!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant