加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

php5 – 编译安装php 5.3.1后,我找不到我的php.ini文件

发布时间:2020-12-13 13:58:49 所属栏目:PHP教程 来源:网络整理
导读:我的编译配置: ./configure --with-fpm --with-libevent=shared,/usr/lib --with-mcrypt --with-zlib --with-curl --enable-mbstring --with-openssl --with-mysql --with-mysql-sock --with-gd --with-jpeg-dir=/usr/lib --enable-gd-native-t
我的编译配置:
./configure 
--with-fpm 
--with-libevent=shared,/usr/lib 
--with-mcrypt 
--with-zlib 
--with-curl  
--enable-mbstring 
--with-openssl 
--with-mysql 
--with-mysql-sock 
--with-gd 
--with-jpeg-dir=/usr/lib 
--enable-gd-native-ttf 
--without-sqlite

phpinfo页面输出如下所示

Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File:         none

并且/usr/local / lib中没有php.ini.

我的环境:
Ubuntu 9.10 64bit,nginx 0.8.32

从php-5.3.1.tar.gz中的INSTALL文件:
13. Setup your php.ini file:

PHP will use the built-in default values if no php.ini file was
placed in the configuration directory. The default location is
/usr/local/lib,if you prefer your php.ini in another location,use 
--with-config-file-path=/some/path in step 10.

The PHP distribution provides two sample php.ini files,you can use them
by
  cp php.ini-development /usr/local/lib/php.ini
or
  cp php.ini-production  /usr/local/lib/php.ini

If you choose one of these php.ini files be certain to read the list
of changes within,as they affect how PHP behaves.

您需要创建php.ini文件.这可以通过复制其中一个示例文件来完成.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读