Home  >  Article  >  Backend Development  >  php平添扩展 在phpinfo能看到该扩展,但在cli用php -m 却看不到,为什么呢

php平添扩展 在phpinfo能看到该扩展,但在cli用php -m 却看不到,为什么呢

WBOY
WBOYOriginal
2016-06-13 12:10:50858browse

php添加扩展 在phpinfo能看到该扩展,但在cli用php -m 却看不到,为什么呢
php添加扩展 在phpinfo能看到该扩展,但在cli用php -m 却看不到,为什么呢,求指教
------解决思路----------------------
这要看你的布局了
一般情况下 cli 使用的 php.ini 和 web 方式的不在一处

你可以用 php --ini 看一下是否是你修改的

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