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

PHP Startup: Unable to load dynamic library #255

Closed
bgillet opened this issue Jan 25, 2017 · 3 comments
Closed

PHP Startup: Unable to load dynamic library #255

bgillet opened this issue Jan 25, 2017 · 3 comments

Comments

@bgillet
Copy link

bgillet commented Jan 25, 2017

Hi all,

I installed :

  • PHP 7.1 64 bits NTS on Windows 10 x64
  • MSSQL Server 2016 Express x64
  • Microsoft ODBC Driver 13.1
  • Microsoft PHP Driver 4.0 (php_pdo_sqlsrv_7_nts_x64.dll)

I added extension into php.ini (extension=php_pdo_sqlsrv_7_nts_x64.dll).

After a full restart of the computer, I get the error message indicated into the post title.

PHP Startup: Unable to load dynamic library 'D:\APPS\PHP\ext\php_pdo_sqlsrv_7_nts_x64.dll' - La procédure spécifiée est introuvable.

Is there an issue ? Did I forget something ? I have no other information in php error log to say !

@v-kigos
Copy link
Contributor

v-kigos commented Jan 25, 2017

@meet-bhagdev
Copy link
Contributor

@bgillet the binaries you are using are for PHP 7, can you try using the PHP 7.1 binaries? The latest release should have them: https://github.com/Microsoft/msphpsql/releases/tag/4.1.5-Windows

@bgillet
Copy link
Author

bgillet commented Jan 26, 2017

Great, it works !!!

May I suggest correcting Microsoft PHP SQL Driver download page ?

In System Requirements section, it is indicating that driver 4.0 is working for PHP 7.0 and above versions. Obviously, this is not true.

image

@bgillet bgillet closed this as completed Jan 26, 2017
@bgillet bgillet reopened this Jan 26, 2017
@bgillet bgillet closed this as completed Jan 26, 2017
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

3 participants