Using php 5
I have access to my own php.ini file on the server
I want to send any and all php errors to an email address
I tried changing the line error_log = error_log to
error_log = ("PHP error", 1, "myemail@mydoma in.com")
but it hasn't worked. I basically just would like to know what my oho.ini file needs to have in order to send an email rather than logging to a file.
thanks
I have access to my own php.ini file on the server
I want to send any and all php errors to an email address
I tried changing the line error_log = error_log to
error_log = ("PHP error", 1, "myemail@mydoma in.com")
but it hasn't worked. I basically just would like to know what my oho.ini file needs to have in order to send an email rather than logging to a file.
thanks
Comment