On 11/9/07, tedd <[EMAIL PROTECTED]> wrote:
>
> The only question that remains for me is what's the difference
> between Local and Master Configure values in php_info? Why two?


as i mentioned the local column is for overrides that can be specified in
one of several locations:
httpd.conf
.htaccess file
code; ini_set()

this is for customization of the global settings in php.ini
typically it is used in shared hosting environments; but i think its a great
solution for multi-developer environments as well.
developers can have custom configurations; say debuggers / profilers
include paths etc.

check out my small article about setting up .htaccess if you want.
http://gentoo-wiki.com/HOWTO_php.ini_overrides_w/_.htaccess

-nathan

Reply via email to