> -----Original Message-----
> From: Diego Fulgueira [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 11:37 AM
> To: Php-General
> Subject: [PHP] phpInfo() displays Local and Master 
> configuration values.
> 
> 
> Does anyone knows why phpInfo() displays a Local and a Master 
> value for every configuration variable? (This is in the PHP
> Core section.)
 
As I understand it...

"Master" values are the settings made in your php.ini.

"Local" values are the settings which apply to scripts in the current
location.  In many cases, these will probably be the same as the
"Master" values.  However, they can be overridden by configuration
settings made in location-specific sections of your web server config
(for a particular virtual server or group of directories) or (if
allowed) in .htaccess files throughout your directory tree.


---
Mark Roedel ([EMAIL PROTECTED])  ||  "There cannot be a crisis next week.
Systems Programmer / WebMaster  ||   My schedule is already full."
     LeTourneau University      ||                    -- Henry Kissinger


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to