I've used the Enduser PHP INI Editor to create php.ini files under both public_html and in the USERNAME home directory. (options provided in the nduser PHP INI Editor)
Running phpinfo() tells me that these new php.ini files Webuzo produces are ignored (theydon'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"?
IP: --
php.ini files created by Enduser "PHP INI Editor" are ignored by php