I've used the "PHP INI Editor" to create php.ini files under public_html and in the USERNAME home directory.
Running phpinfo() tells me that these new php.ini files Webuzo produces are ignored (they don't show up in "Scan this dir for additional .ini files" or "Additional .ini files parsed" settings of the phpinfo() output)
It looks like the PHP INI Editor also creates .user.ini files, but I have several directives are subdomain specific that need to be set at the INI_SYTEM level and are ignored in .user.ini (for example, I have a "development" subdomain and want xdebug.mode to be set to 'debug'. This can only happen in php.ini.
How do I get php to use the php.ini files created by the Enduser "PHP INI Editor"?