Home > Backend Development > PHP Tutorial > Where is the PHP Error Log Located in XAMPP for Windows?

Where is the PHP Error Log Located in XAMPP for Windows?

DDD
Release: 2024-12-17 05:02:23
Original
322 people have browsed it

Where is the PHP Error Log Located in XAMPP for Windows?

Locating PHP's Error Log in XAMPP

PHP's error log plays a crucial role in identifying and diagnosing issues within your application. When running XAMPP for Windows, this log resides at a specific location.

Answer:

PHP's error log in XAMPP for Windows can be found at the following path:

\xampp\apache\logs\error.log
Copy after login

where xampp represents your XAMPP installation folder.

Additional Information:

Unless the error_log setting in PHP has been modified (checkable using phpinfo()), errors will be logged to the Apache error log file.

The above is the detailed content of Where is the PHP Error Log Located in XAMPP for Windows?. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template