Under PHP 5.3 when WP_DEBUG is true, error_reporting is set to 30711 by WP
Under PHP 5.6 when WP_DEBUG is true, error_reporting is set to 32759 by WP
I am very sad about this, and it almost prevents me to go to version 5.6, because of the 'strict' error messages being generated by many plugins...
Is there ( where is... ) a way to set the error_reporting value of the debug mode?