I read somewhere that showing the full path during an error dump is a "bad
thing":
/dir1/dir2/somedir/script_that_die d.php
Like during a parse error or a warning from the interpreter. How can I tell
the PHP interpreter to show only the script filename and if possible, one or
two directories above?
Thanks.
thing":
/dir1/dir2/somedir/script_that_die d.php
Like during a parse error or a warning from the interpreter. How can I tell
the PHP interpreter to show only the script filename and if possible, one or
two directories above?
Thanks.
Comment