Mamp/PHP: how to disable PHP warnings messages about deprecated functions
问题 In my web app my boss wants me to use msql_* php functions but I can't even login because of PHP messages about these deprecated functions. How can I disable them in MAMP? Looking in this forum I've found the following rules to write inside php.ini error_reporting = E_ALL & ~E_DEPRECATED display_errors = On disable_functions = "list of mysqli_* functions" but this doesn't work. I've written this to all file php.ini of each php version contained in MAMP. The only thing that works is to put