Search code examples
phpapachexampp

Where does PHP's error log reside in XAMPP?


I've been using XAMPP for Windows.

Where does PHP's error log reside in XAMPP?


Solution

  • \xampp\apache\logs\error.log, where xampp is your installation folder. If you haven't changed the error_log setting in PHP (check with phpinfo()), it will be logged to the Apache log.