There are many php.ini files inside our linux ubuntu server. I want to use ini_get in my php file; so how to tell the script to use the right php.ini file ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can check which See the image at this blog post, there's a row saying From the command line, you can use:
From inside php, there's the |
|||||||||||
|
|
please echo phpinfo() You can find the path of the ini file in it. |
|||||||
|
php.inifile associated with your PHP installation, imo. – Pushpesh Jan 28 at 9:14ini_getfunction? It has very little to do with the ini file (aside from getting stuff from it, of course). – Sverri M. Olsen Jan 28 at 9:19