Author: Samuel Gómez Date: 2008-02-15 * errorlogfeed.php: 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. Programming style polished to be more "Linux Kernel Coding Style". Author: Samuel Gómez Date: 2007-07-21 * errorlogfeed.php: New constant TIMEZONE, only required in PHP >= 5.1.0. New functions main, init, print_exec_time to redistribute the current code. init: calls date_default_timezone_set to carry out with Strict Standards in PHP >= 5.1.0. Author: Samuel Gómez Date: 2007-07-15 * errorlogfeed.php: First public version.