Description
用于覆盖当前context(虚拟主机级别或context级别)中的php.ini设置。
支持的指令是:
php_value
php_flag
php_admin_value
php_admin_flag
所有其他行/指令将被忽略。
Syntax
Override syntax is similar to Apache, a newline separated list of directives and their values with each directive being prepended by php_value, php_flag, php_admin_value, or php_admin_flag appropriately.
例子
php_value include_path ".:/usr/local/lib/php"
php_admin_flag engine on
php_admin_value open_basedir "/home"