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
You can change this parameter in the source files (PHPunner5.2/source/ directory).
W
wpl author1/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.