Benutzer-Werkzeuge

Webseiten-Werkzeuge


path_error_log

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
path_error_log [2009/08/19 09:26] – angelegt agpath_error_log [2020/06/24 14:33] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 20: Zeile 20:
 ====== Welche Fehlermeldungen werden in das Log geschrieben ====== ====== Welche Fehlermeldungen werden in das Log geschrieben ======
 **E_ALL**\\ **E_ALL**\\
-All errors and warnings (doesn't include E_STRICT)\\\\+All errors and warnings (doesn't include E_STRICT)\\ 
 +\\
 **E_ERROR**\\ **E_ERROR**\\
-fatal run-time errors\\\\+fatal run-time errors\\ 
 +\\
 **E_WARNING**\\ **E_WARNING**\\
-run-time warnings (non-fatal errors)\\\\+run-time warnings (non-fatal errors)\\ 
 +\\
 **E_PARSE**\\ **E_PARSE**\\
-compile-time parse errors\\\\+compile-time parse errors\\ 
 +\\
 **E_NOTICE**\\ **E_NOTICE**\\
 run-time notices (these are warnings which often result\\ run-time notices (these are warnings which often result\\
Zeile 32: Zeile 36:
 intentional (e.g., using an uninitialized variable and\\ intentional (e.g., using an uninitialized variable and\\
 relying on the fact it's automatically initialized to an\\ relying on the fact it's automatically initialized to an\\
-empty string)\\\\+empty string)\\ 
 +\\
 **E_STRICT**\\ **E_STRICT**\\
 run-time notices, enable to have PHP suggest changes\\ run-time notices, enable to have PHP suggest changes\\
 to your code which will ensure the best interoperability\\ to your code which will ensure the best interoperability\\
-and forward compatibility of your code\\\\+and forward compatibility of your code\\ 
 +\\
 **E_CORE_ERROR**\\ **E_CORE_ERROR**\\
 fatal errors that occur during PHP's initial startup\\ fatal errors that occur during PHP's initial startup\\
 **E_CORE_WARNING**\\ **E_CORE_WARNING**\\
 warnings (non-fatal errors) that occur during PHP's\\ warnings (non-fatal errors) that occur during PHP's\\
-initial startup\\\\+initial startup\\ 
 +\\
 **E_COMPILE_ERROR**\\ **E_COMPILE_ERROR**\\
-fatal compile-time errors\\\\+fatal compile-time errors\\ 
 +\\
 **E_COMPILE_WARNING**\\ **E_COMPILE_WARNING**\\
-compile-time warnings (non-fatal errors)\\\\+compile-time warnings (non-fatal errors)\\ 
 +\\
 **E_USER_ERROR**\\ **E_USER_ERROR**\\
-user-generated error message\\\\+user-generated error message\\ 
 +\\
 **E_USER_WARNING**\\ **E_USER_WARNING**\\
-user-generated warning message\\\\+user-generated warning message\\ 
 +\\
 **E_USER_NOTICE**\\ **E_USER_NOTICE**\\
-user-generated notice message\\\\+user-generated notice message\\
 \\ \\
 Examples:\\ Examples:\\
path_error_log.1250674016.txt.gz · Zuletzt geändert: 2020/06/24 14:33 (Externe Bearbeitung)