I have apache/PHP – WINDOWS server.
I have 2 different sites (www.example.com and test.example.com) I have used vhosts to configure my subdomain.
Is it possible to load different php.ini files for each subdomain ?
I have a problem with the first site which is coming from using extension for the second site.
So I need to enable it for the second ONLY or to disable it for the first only.
You can’t activate php extension from php file. You can only check loading of a specific ext.