Add this to the bottom of your php.ini file, remember there can be two files, check by phpinfo which one you are using….
1 2 3 |
error_reporting(E_ALL ^ E_DEPRECATED); |
Add this to the bottom of your php.ini file, remember there can be two files, check by phpinfo which one you are using….
1 2 3 |
error_reporting(E_ALL ^ E_DEPRECATED); |
© 2022 CODEHAVEN