Home  >  Article  >  Backend Development  >  PHP Warning: PHP Startup: Unable to load dynamic library D_PHP教程

PHP Warning: PHP Startup: Unable to load dynamic library D_PHP教程

WBOY
WBOYOriginal
2016-07-21 15:18:311381browse

When I started the PHP environment at home today, I suddenly found that php_mysqli.dll could not be loaded. I searched online and found no solution!
I was inspired by a buddy in the group and solved it. If your problem has not been solved yet, please try the method below!

Under apache

For example, my apache is installed on drive D, and the directory is D:/severs/apache
The directory of PHP is D:/servers/php5
In this way, copy D:/servers/php5/libmysql.dll to the directory D:/servers/apache/bin
Restart apache and the problem will be solved! ~~

Under iis:
Copy libmysql.dll in the php directory to the c:windowssystem32 directory, and then restart iis. If it prompts that it is being used, you can stop iis (iisreset /stop) first

Of course, the same solution is used for other dll files. Generally, the permissions of the php directory are checked first. Generally, everyone reads, browses and runs That’s it.

PHP Warning: PHP Startup: Unable to load dynamic library  D_PHP教程

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/325540.htmlTechArticleWhen I started the PHP environment at home today, I suddenly found that php_mysqli.dll could not be loaded. I searched online and found nothing. Solution! Inspired by a buddy in the group, I solved the problem...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn