Monday 15 June 2015

Where does PHP get its settings if no configuration file is loaded? -


I have installed PHP 5.3.10 on a RHEL 4 server.

When I PHP -i | Grep "loaded" returned it

Loaded configuration file = & gt; (None)

With that setup, okay PHP is working the way we need it. I should know now, if no php.ini is being used, where does PHP get all its settings? Thank you.

Update: I realized this after submitting the hit. Sorry, how do I transfer it to stack overflow? - <->

/ Lib loaded configuration file: Scan for additional .i files in (none): Extra .i files have been parsed: (none) < P>

If a php configuration file is not loaded, then it only takes the default value. For a list of default values, please check the documentation: < P>

No comments:

Post a Comment