Benutzer-Werkzeuge

Webseiten-Werkzeuge


path_error_log

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
path_error_log [2009/08/19 09:11] – angelegt agpath_error_log [2020/06/24 14:33] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 19: Zeile 19:
 display_startup_errors = off display_startup_errors = off
 ====== Welche Fehlermeldungen werden in das Log geschrieben ====== ====== Welche Fehlermeldungen werden in das Log geschrieben ======
-E_ALL             - All errors and warnings (doesn't include E_STRICT)\\ +**E_ALL**\\ 
-E_ERROR           - fatal run-time errors\\ +All errors and warnings (doesn't include E_STRICT)\\ 
-E_WARNING         - run-time warnings (non-fatal errors)\\ +\\ 
-E_PARSE           - compile-time parse errors\\ +**E_ERROR**\\ 
-E_NOTICE          run-time notices (these are warnings which often result\\ +fatal run-time errors\\ 
-;                     from a bug in your code, but it's possible that it was\\ +\\ 
-;                     intentional (e.g., using an uninitialized variable and\\ +**E_WARNING**\\ 
-;                     relying on the fact it's automatically initialized to an\\ +run-time warnings (non-fatal errors)\\ 
-;                     empty string)\\ +\\ 
-E_STRICT run-time notices, enable to have PHP suggest changes\\ +**E_PARSE**\\ 
-;                     to your code which will ensure the best interoperability\\ +compile-time parse errors\\ 
-;                     and forward compatibility of your code\\ +\\ 
-E_CORE_ERROR      fatal errors that occur during PHP's initial startup\\ +**E_NOTICE**\\ 
-E_CORE_WARNING    warnings (non-fatal errors) that occur during PHP's\\ +run-time notices (these are warnings which often result\\ 
-;                     initial startup\\ +from a bug in your code, but it's possible that it was\\ 
-E_COMPILE_ERROR   - fatal compile-time errors\\ +intentional (e.g., using an uninitialized variable and\\ 
-E_COMPILE_WARNING compile-time warnings (non-fatal errors)\\ +relying on the fact it's automatically initialized to an\\ 
-E_USER_ERROR      user-generated error message\\ +empty string)\\ 
-E_USER_WARNING    user-generated warning message\\ +\\ 
-E_USER_NOTICE     - user-generated notice message\\ +**E_STRICT**\\ 
-;\\ +run-time notices, enable to have PHP suggest changes\\ 
-Examples:\\ +to your code which will ensure the best interoperability\\ 
-;\\ +and forward compatibility of your code\\ 
-;   Show all errors, except for notices and coding standards warnings\\ +\\ 
-;\\ +**E_CORE_ERROR**\\ 
-;error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT\\ +fatal errors that occur during PHP's initial startup\\ 
-;\\ +**E_CORE_WARNING**\\ 
-;   Show all errors, except for notices\\ +warnings (non-fatal errors) that occur during PHP's\\ 
-;\\ +initial startup\\ 
-;error_reporting = E_ALL & ~E_NOTICE\\ +\\ 
-;\\ +**E_COMPILE_ERROR**\\ 
-;   Show only errors\\ +fatal compile-time errors\\ 
-;\\ +\\ 
-;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR\\ +**E_COMPILE_WARNING**\\ 
-;\\ +compile-time warnings (non-fatal errors)\\ 
-;   Show all errors except for notices and coding standards warnings\\ +\\ 
-;\\+**E_USER_ERROR**\\ 
 +user-generated error message\\ 
 +\\ 
 +**E_USER_WARNING**\\ 
 +user-generated warning message\\ 
 +\\ 
 +**E_USER_NOTICE**\\ 
 +user-generated notice message\\ 
 +\\ 
 +Examples:\\ 
 +Show all errors, except for notices and coding standards warnings\\ 
 +error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT\\ 
 +\\ 
 +Show all errors, except for notices\\ 
 +error_reporting = E_ALL & ~E_NOTICE\\ 
 +\\ 
 +Show only errors\\ 
 +error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR\\ 
 +\\ 
 +Show all errors and warnings (doesn't include E_STRICT)\\
 ''ini_set("error_reporting", E_ALL);''\\ ''ini_set("error_reporting", E_ALL);''\\
 **php.ini**\\ **php.ini**\\
path_error_log.1250673065.txt.gz · Zuletzt geändert: 2020/06/24 14:33 (Externe Bearbeitung)