With E_ALL, PHP outputs the full path of the defunct script, by default. This is a security issue for us, as we wish to preserve the full path of the user 'invisible'.
EX;
Parse error: parse error, expecting `')'' in /mnt/fileserver/data/home/c/d/ftrudeau/corpweb_html/index.php on line 4
Is it possible to make PHP outputs this error like this ;
Parse error: parse error, expecting `')'' in /index.php on line 4
Thanks !