Jürgen Wind a écrit :
Marc Delisle wrote:
So, what would happen for users of these 80% servers if we remove the @'s ?
Remember that in many cases, the user of phpMyAdmin does not control his server's settings. n-devel
display_errors is not server dependent at all:PHP_INI_ALL
PHP_INI_ALL does not automatically imply that end users can do the change. A server can be configured to ignore .htaccess and to disable ini_set() command.
This is why I wrote "in many cases, the user...".
Marc
of course you have to take measures that no unwanted errormessages clutter the screen. the user/admin desired display_errors level could easily be set in config.inc.php.
just my 2 cent