php.ini

gteindia

Member
Hi,

I have a customised php.ini in the same directory as MailWizz. I also have a script that prints phpinfo() in the same directory.

The phpinfo() from inside MailWizz continues to read the original php.ini and the phpinfo script reads the new customised php.ini.

I am using a shared host with CPanel.

Any suggestions?

Thanks
 
Both the scripts are in the same folder / sub folder.
You have to adjust (in the cpanel php version choice settings) the php version for the folder.
(Make sure it will inherit that version for all sub-folders as well.)
Then you will find a new php.ini in that folder (which you might have to adjust or replace with your php.ini).
 
Back
Top