This topic is locked

display_errors setting

1/5/2010 8:40:20 AM
PHPRunner General questions
W
wpl author

Hi all,
is there a simple procedure to globally turn off the php directives e.g. "display_errors" and "display_startup_errors" or have PHPR use the respective settings from php.ini?
thanks for any hint

J
Jane 1/7/2010

H,
unfortunately there is no global variable.

You can change this parameter in the source files (PHPunner5.2/source/ directory).

W
wpl author 1/7/2010



H,
unfortunately there is no global variable.

You can change this parameter in the source files (PHPunner5.2/source/ directory).


Jane,
thanks. So I will have to edit this manually or use a global search-and-replace tool. A global switch would nevertheless be helpful because the error messages tell quite a lot about the underlying database.