Hello there!
I have a question - I have a program that I was pretty confident had no BUGS in it. But I\'m not sure - so I want to be able to see if someone uses the program in a way different than me & to see if they get a PHP parse error.
The question is... Where is this php parse error logged to? Is it even logged @ all?
-i tried to add the line:
error_log=syslog
into the php.ini file then restart the httpd service - I couldn\'t find the logs anywhere for errors.
-then i tired to add the line
error_log=/home/httpd/phperror.log (that file was owned by nobody)
and I made an error & again nothin\' got logged
Any help would be greatly appreciated!
Thanks
-Carl
-Carl