Download List

專案描述

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.

System Requirements

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

標籤: Minor bugfixes

2006-05-25 20:42
1.4.3

This release adds the "var_no_log" configuration parameter to list the variables that will not be logged.
標籤: Minor feature enhancements

2006-05-16 02:11
1.4.2

BULK_EMAIL also contains the number of errors in the email, and the parameter "bulk_errors" has been renamed "digest_errors".
標籤: Minor feature enhancements

2006-05-12 20:34
1.4

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.
標籤: Major feature enhancements

2006-04-25 02:53
1.3

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.
標籤: Major feature enhancements

Project Resources