Download List

项目描述

foocache is a simple caching system for PHP4 which optionally uses HTML-tidy to clean up the generated HTML Code. Instead of processing the whole page, a cachefile is loaded, assuming that it exists and is younger than a defined age. The name of the cache file is generated with the MD5 sum of the Request URI and the HTML post variables. foocache also can highlight (search)strings in the output.

系统要求

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.

2003-10-21 02:49
2003-10-20

此版本修复了小错误的正则表达式searchstring重点引用。
标签: Minor bugfixes
This release fixes a small bug with regexp quoting on searchstring
highlights.

2003-05-25 08:00
2003-05-24

此版本现在可以在输出中突出显示字符串(标记搜寻结果,例如)。
标签: Major feature enhancements
This version can now highlight strings in the output (e.g.
for marking search results).

2003-04-08 23:30
2003-04-08

现在ob_get_length()用来代替strlen()来得到缓冲内容的长度。为整齐可以用变量设置附加选项。此版本修复的问题与非ISO - 8859 - 1输入。
标签: Minor bugfixes
Now ob_get_length() is used instead of strlen() to get buffered content length. Additional options for tidy can be set with a variable. This release fixes problems with non-iso-8859-1 input.

2003-04-07 20:19
2003-04-07

缓存文件的POST变量的命名已得到修复。 foocache现在可以通过设置一界定。
标签: Minor bugfixes
The cache file naming with POST variables has been fixed. foocache can now be disabled by setting a define.

2003-04-03 17:10
2003-04-03

标签: Initial freshmeat announcement

Project Resources