Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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

Cette version ajoute le var_no_log "" paramètre de configuration à la liste des variables qui ne seront pas enregistrées.
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 contient également le nombre d'erreurs dans le courriel, et le paramètre "bulk_errors" a été rebaptisé "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

Cette version ajoute un paramètre de configuration BULK_EMAIL, ce qui permet au webmaster de recevoir un courrier électronique pour toutes les erreurs dans une page au lieu d'un e-mail par erreur.
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

A partir de maintenant, la classe va vérifier si l'error_reporting () est fixé à signaler ce genre d'erreur. La variable _WEBMASTEREMAIL et le troisième paramètre de la fonction pour la fonction de journaux ont été supprimés. $ f_error_log n'est plus requis, et les valeurs par défaut ont été changés pour lire la configuration du site. Ces changements vont vous permettre d'inclure seulement la classe dans le projet sans avoir à changer quoi que ce soit dans le fichier.
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