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

WBOY
Release: 2016-06-13 12:37:22
Original
816 people have browsed it

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"
Copy after login


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

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

求解呀

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!