I have my site running on Wamp64 quite happily with options PHP5.6 and PHP7.0.10 A couple of days ago I added the PHP7.1.2 module. I was already aware of the added stringency of some errors messages - most of which have been relatively easy to fix. I have been left with one "deprecation" error which I have been unable to fix (and strangely does not occur with a contact of mine using the same arrangement).
My question is: how do I change the environment in php.ini from development to production - particulalry changing the error message reporting from E_ALL to E_ALL & ~E_DEPRECATED & ~E_STRICT?
Many thanks
Alan
My question is: how do I change the environment in php.ini from development to production - particulalry changing the error message reporting from E_ALL to E_ALL & ~E_DEPRECATED & ~E_STRICT?
Many thanks
Alan