The output of phpinfo() shows "local" and "master" config parameters. I assume that the master is defined by php.ini (as in /usr/local/lib/php.ini or similar). And the local parameters can be defined by another file (but defaults to master php.ini).
How do I set the local values? Can I do this on a directory by directory basis? Or better yet, can I do this on a directory-and-all-subdirectory basis? How do I tell PHP to use the local file?
Among other things, I'd like to use phplib but my host is not using it. Can I simply place phplib files in areas that I own, then use local PHP config parameters to set the "include path" appropriately? Will phplib cooperate?
Any help is much appreciated.
DLB