Home  >  Article  >  Backend Development  >  php.ini中extension默许的地址到底在哪里设置的

php.ini中extension默许的地址到底在哪里设置的

WBOY
WBOYOriginal
2016-06-13 12:37:22823browse

php.ini中extension默认的地址到底在哪里设置的
我采用的ubuntu12.04,通过apt-get安装nginx+php-fpm+mysql

下面是/etc/php5/fpm/php.ini中extension_dir部分

; Directory in which the loadable extensions (modules) reside.<br />
; http://php.net/extension-dir<br />
; extension_dir = "./"<br />
; On windows:<br />
; extension_dir = "ext"


可是真正的extension_dir是/usr/lib/php5/20090626+lfs

我查了所有和php相关的配置文件,也没找到这个extension_dir的设置值

求解呀

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