Author Topic: Local and Master value  (Read 9810 times)

0 Members and 1 Guest are viewing this topic.

Offline Zyncmaster2006Topic starter

  • Irregular
  • Posts: 8
    • View Profile
Local and Master value
« on: September 11, 2006, 11:50:42 PM »
Hi guys i just want to know what is the difference between Local Value and Master Value that i always see in the phpmyadmin in the PHP Core section?

Offline wildteen88

  • Guru
  • 'Insane!'
  • *
  • Posts: 12,021
  • Gender: Male
    • View Profile
Re: Local and Master value
« Reply #1 on: September 12, 2006, 05:04:14 AM »
The master value is the value set in the php.ini. The local value is usually set within the .htaccess file. Or by an external custom php.ini file. The local value can override the master value.