I would like to know which php.ini is the default one used by PHP ?
Because if you write locate php.ini there a 3 files and all of these files have an /etc as parent directory, but not the same parent directory of /etc, so I don’t know which one is the default one used by PHP. Terminal output
3
Answers
The fastest way ist to check out the ini path on the phpinfo() Call
Simply edit your index.php
Type in your console:
On macOS Catalina
type