[Phpmyadmin-devel] Error reporting in config file
Michal Čihař
michal at cihar.com
Mon Jul 11 02:33:25 CEST 2005
Hi all
since PHP 4.3.5 interpreter stops on parse error. With our current code this
leads to empty page when user makes such error in configuration. This is
pretty confusing, see bugreport [1].
Possible solutions, that come to my mind:
- do not reset error reporting - user will get directly error message
- eval config file content, parse errors inside eval are not thet fatal, so we
can hide errors in that time and handle error simmilar way how we did it
before
1.
https://sourceforge.net/tracker/?func=detail&atid=377408&aid=1223319&group_id=23067
--
Michal Čihař | http://cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20050711/4ae833ce/attachment.sig>
More information about the Developers
mailing list