PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/php_mysql.dll' - /usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/php_mysql.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/php_mysql.dll' - /usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/php_mysql.dll: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/php_mysqli.dll' - /usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/php_mysqli.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/php_mysqli.dll' - /usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/php_mysqli.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Asked
Active
Viewed 2,351 times
0

Gunaseelan
- 2,494
- 5
- 36
- 43

shijian wen
- 1
- 2
-
1I think this might be the solution: https://stackoverflow.com/questions/5282264/php-warning-php-startup-unable-to-load-dynamic-library – Schwesi Sep 06 '17 at 06:31
-
https://stackoverflow.com/questions/5282264/php-warning-php-startup-unable-to-load-dynamic-library – anshuraj Sep 06 '17 at 06:33
-
Possible duplicate of [PHP Warning: PHP Startup: Unable to load dynamic library](https://stackoverflow.com/questions/5282264/php-warning-php-startup-unable-to-load-dynamic-library) – Vineet Jain Sep 06 '17 at 06:36
-
1you are under linux flavor and trying to load a windows-way extension ? – hassan Sep 06 '17 at 06:44
-
Check what @hassan wrote. Dude you use Linux, but load Windows libraries? – Eimsas Sep 06 '17 at 06:51
-
Make sure your looking at the right php.ini file, there are different ones for the CLI and web versions of php. Check a `php -i | grep cli` to find which file your using. – Nigel Ren Sep 06 '17 at 06:55