Home >Backend Development >PHP Tutorial >Dos running php file loses expansion module

Dos running php file loses expansion module

WBOY
WBOYOriginal
2016-07-28 08:27:43877browse
Warning: PHP Startup: Unable to load dynamic library 'D:/wamp/bin/php/php5.3.0/ext/php_xxx.dll'<img src="http://image.codes51.com/Article/image/20160706/20160706185005_4245.png" alt=" dos 运行php文件丢失拓展模块"> - 找不到指定的模组。
当出现这样的问题时候,大多数时候是因为php.ini配置文件中,你开启了extension拓展。 在找到相应的选项前面加上分号(;)关闭上,就可以解决。
或者直接去下载对应的拓展模块。放到EXT目录下 就ok

The above introduces the extension module for DOS running PHP file loss, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.

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