On Wed, 19 May 2004, Philip Olson wrote: > Lastly, I believe there are only three php.ini only > directives and that safe_mode is in fact PHP_INI_SYSTEM > but I could be wrong. Also, I too cannot see why > "PHP_INI_PERDIR|PHP_INI_SYSTEM" would need to exist.
You're wrong. PHP_INI_PERDIR and PHP_INI_SYSTEM at the same time does make sense. And safe_mode has nothing to do with PHP_INI_SYSTEM whatsoever. Derick
