error_log

Log errors to specified file. PHP's default behavior is to leave this value empty. Error_log send an error message somewhere.

Example :

; error_log = "D:\xampp\apache\logs\php_error.log"

Error_log function sends an error to the server error log, a file or a remote destination.





Content