Entry
I'm looking for doc's on php_admin_value and php_admin_flag. Any idea where I could find them? I have looked at zend.com and php.net with no luck.
May 17th, 2000 23:39
Nick Vasilogianis, Thomas J. Mackie III, taken from "Professional PHP Programming"
php_admin_value: name value - This sets of admin related variable
specified by name to value. Administrative configuration settings can
only be set from within th emain Apache configuration file(httpd.conf),
and not from the .htaccess files.
php_admin_flag: name on|off - This is used to set to either on or off
any admin-related boolean configuration option specified by the name.