1
Sau khi biên dịch cài đặt php 5.3.1, tôi không thể tìm thấy tệp php.ini của mình
cấu hình biên dịch của tôi: ./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 Đầu ra trang phpinfo có vẻ như dưới đây Configuration File (php.ini) Path: /usr/local/lib Loaded Configuration File: …
11
php5