Created
May 24, 2024 03:07
-
-
Save sourov-am/0b2a5d0ca2730fe4c9fe924e4ea8d062 to your computer and use it in GitHub Desktop.
PHP error log path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ini_set("log_errors", 1); | |
ini_set("error_log", __DIR__ . "/php-error.log"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment