[Phpmyadmin-devel] about the new error reporting at PHP level

Marc Delisle marc at infomarc.info
Sun Jun 29 13:49:26 CEST 2014


Hi,

Since the new error reporting at the PHP level, errors that were
"hidden" using the at sign (for example, @fopen) are now displayed, with
the possibility of sending a report.

Do we now have to handle the situation differently (with try/catch) to
avoid this error reporting? In the case I mention, there is no need to
show the error report, as the situation is already handled by checking
what fopen() returns.

-- 
Marc Delisle | phpMyAdmin




More information about the Developers mailing list