Hi list,
I just committed some pieces of code that stop the execution of the php scripts if config.inc.php3 causes a parse error. We just get too many support request concerning this so I thought phpMyAdmin should tell the user what he has done wrong instead of letting him run into a huge set of php header warnings... Happy testing,
Alexander
On Sun, 9 Jun 2002, Rabus wrote:
Hi list,
I just committed some pieces of code that stop the execution of the php scripts if config.inc.php3 causes a parse error. We just get too many support request concerning this so I thought phpMyAdmin should tell the user what he has done wrong instead of letting him run into a huge set of php header warnings... Happy testing,
Alexander
Instead of "error_reporting(E_ALL);" in config.inc.php3, could you please set it in libraries/common.inc.php3, right before config.inc.php3 is included?
And one other thing, you could please preserve the old value, eg save it before, and restore it afterwards.
----- Original Message ----- From: "Robin Johnson" robbat2@fermi.orbis-terrarum.net
Instead of "error_reporting(E_ALL);" in config.inc.php3, could you please set it in libraries/common.inc.php3, right before config.inc.php3 is included?
No, it has to be set there. I added this line here to make it possible to call the config file directly to see the parse errors.
And one other thing, you could please preserve the old value, eg save it before, and restore it afterwards.
All right, I'll do this.
Alexander
Good idea Alexander!
Rabus wrote:
Hi list,
I just committed some pieces of code that stop the execution of the php scripts if config.inc.php3 causes a parse error. We just get too many support request concerning this so I thought phpMyAdmin should tell the user what he has done wrong instead of letting him run into a huge set of php header warnings... Happy testing,
Alexander
Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel