Forum Moderators: coopster
A little further down it explains what these mean:
PHP_INI_USER....Entry can be set in user scripts
PHP_INI_PERDIR..Entry can be set in .htaccess and VHost directives in httpd.conf.
PHP_INI_SYSTEM..Entry can be set in php.ini or httpd.conf (but not in VHost blocks in httpd.conf).
PHP_INI_ALL.....Entry can be set anywhere
So this value cannot be changed by the ini_set() function.
But you can specify it in .htaccess (as shown above) in php.ini or in httpd.conf
[edited by: jatar_k at 2:22 pm (utc) on April 24, 2003]
[edit reason] sidescroll [/edit]