I switched from PHP 7.0 to PHP 7.2 and getting hundreds of "Warning: Use of undefined constant ..." messages. Yes I know I have to fix it but that's not doable as fast as I want to.
Looks like php_flag display_errors off
via htaccess is not working in this case.
Any ideas?