If you haven’t found the php_mysql DLL on your computer, we hope this user guide will help you solve the problem.
After hours of struggle, I finally finished installing PHP 7.02 on our Windows Server 2008 IIS 7.5 server. Except for one error, all functions work correctly:
[20-Jan-2016 15:19:26 UTC] PHP Warning: PHP Startup: Unable to Load dynamic library ‘D: PHP php-7.0.2-nts-Win32-VC14-x64 ext php_mysql.dll’ – The specified module could not be found. in Unknown on line 0
When checking the downloaded zip file for PHP 7.02, it becomes clear that the ext
folder does not contain a file named php_mysql.dll
.
So my question is, where can we get this file to avoid this error?