หลังจากรวบรวมการติดตั้ง php 5.3.1 ฉันไม่พบไฟล์ php.ini ของฉัน


11

การกำหนดค่าการคอมไพล์ของฉัน:

./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

และไม่มี php.ini ใน / usr / local / lib

สภาพแวดล้อมของฉัน: Ubuntu 9.10 64 บิต, nginx 0.8.32

คำตอบ:


12

จากไฟล์ INSTALL ใน php-5.3.1.tar.gz:

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 สิ่งนี้สามารถทำได้โดยการคัดลอกหนึ่งในตัวอย่างไฟล์

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.