Downloadliste

Projektbeschreibung

bib_errors can be used to intercept runtime errors of PHP scripts. It
registers a PHP error handler function that outputs the details about
the errors to a given log file. The errors can be displayed as part of
the current script output or sent to a given email address to let the
site administration or developer react promptly.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-07-04 17:17
1.4.4

Tags: Minor bugfixes

2006-05-25 20:42
1.4.3

Diese Veröffentlichung fügt die "var_no_log" Konfigurations-Parameter, um die Variablen, die nicht angemeldet werden Liste.
Tags: Minor feature enhancements
This release adds the "var_no_log" configuration parameter to list the variables that will not be logged.

2006-05-16 02:11
1.4.2

BULK_EMAIL enthält auch die Anzahl der Fehler in der E-Mail und den Parameter "bulk_errors" wurde umbenannt in "digest_errors".
Tags: Minor feature enhancements
BULK_EMAIL also contains the number of errors in the email, and the parameter "bulk_errors" has been renamed "digest_errors".

2006-05-12 20:34
1.4

Diese Veröffentlichung fügt ein BULK_EMAIL Konfigurationseinstellungen, die den Webmaster, eine E-Mail für alle Fehler auf einer Seite statt einer E-Mail pro Fehler erhalten können.
Tags: Major feature enhancements
This release adds a BULK_EMAIL configuration setting, which allows the Webmaster to receive one email for all errors in a page instead of one email per error.

2006-04-25 02:53
1.3

Von nun an wird die Klasse überprüfen, ob das error_reporting () eingestellt ist, dass diese Art von Fehler zu melden. Die _WEBMASTEREMAIL variabel und der dritte Parameter aus der Funktion für die Log-Funktion wurden gestrichen. $ f_error_log ist nicht mehr notwendig, und die Standard-Werte wurden verändert, um die Site-Konfiguration zu lesen. Diese Änderungen können Sie nur die Klasse an dem Projekt, ohne etwas in der Datei enthalten.
Tags: Major feature enhancements
From now on, the class will check if the error_reporting() is set to report that kind of error. The _WEBMASTEREMAIL variable and the third parameter from the function for the log function have been deleted. $f_error_log is not required anymore, and the default values have been changed to read the site configuration. Those changes will allow you to just include the class in the project without having to change anything in the file.

Project Resources