The only question that remains for me is what's the difference between Local and Master Configure values in php_info? Why two?

The 'master' value is straight from php.ini or the httpd.conf settings (eg httpd.conf sets the open_basedir restrictions).

The 'local' value is after .htaccess changes and/or local script changes (eg changing memory_limit with an ini_set).

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to