On Mon, Oct 21, 2002 at 07:46:53AM +0300, Jani Taskinen wrote: > Can someone explain what the difference between > these 'php_value' and 'php_admin_value' directives is? > (and same goes of course for php_flag vs. php_admin_flag..) As I recall (and I'm not looking at the code right now to back this up), the php_admin_* versions are for INI options that can only be set "administratively" (i.e. PHP_INI_SYSTEM), meaning they can't be changed by user-level operations.
-- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php