Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在某个 PHP 实例中使用多个 .ini 文件。
php-cgi -c /etc/php5/cgi/php.ini -c /var/www/php_oc.ini
我试过这样的东西,但它使用最后定义的配置文件。我想使用默认的 ini 作为基础,然后在不使用 ini_set() 的情况下覆盖第二个指令。
我也在用切诺基。
尝试:
PHP_INI_SCAN_DIR=/var/www export PHP_INI_SCAN_DIR