Marc Delisle a écrit:
Hi, Here are the weird things I found:
- common.lib.php3, line 5:
error_reporting(E_ALL);
Looks like a temporary debugging line. Could it be a source of our path disclosures problems?
I am the one who added this line :) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmyadmin/phpMyAdmin/librari...
So now I am tempted to remove it!
Marc
Of course, there are some other error_reporting(E_ALL); in other scripts, too.
The one in tbl_properties_links looks suspicious to me.
I remember we discussed about being able to see the error messages from user reports, but do we really need it?
Marc