Heim >Backend-Entwicklung >PHP-Tutorial >dos 运行php文件丢失拓展模块

dos 运行php文件丢失拓展模块

WBOY
WBOYOriginal
2016-07-28 08:27:43872Durchsuche
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

以上就介绍了 dos 运行php文件丢失拓展模块,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn