Download List

项目描述

error_log feed is a PHP script that provides a feed with one alert for each line found on the error_log files of a chosen directory and its subdirectories. It's intended for webmasters that want to know, effortlessly, the warning and error
messages caused by their own scripts on their
Apache + PHP hosted Web sites.

系统要求

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.

2008-04-07 04:24
2008.02.15

这个版本有一个新的常数,READ_LIMIT,限制可每次查询阅读总字节数。默认值为256 KB的。 errors_get_all考虑READ_LIMIT。在编程风格已经被擦亮更“Linux内核编码风格”。
标签: Minor security fixes
This release has a new constant, READ_LIMIT, to limit the total bytes that can be read per query. The default value is 256 KB. errors_get_all takes READ_LIMIT into account. The programming style has been polished to be more "Linux Kernel Coding Style".

2007-08-04 09:21
2007.07.21

在errorlogfeed.php,一个新的TimeZone的常数为PHP 5.1.0及更高版本提供。初始化现在呼吁严格的标准与在PHP 5.1.0及以后按照date_default_timezone_set。
In errorlogfeed.php, a new TIMEZONE constant was provided for PHP 5.1.0 and later. init now calls date_default_timezone_set in accordance with Strict Standards in PHP 5.1.0 and later.

Project Resources