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.
| Tags | Internet Web Dynamic Content |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX BSD Linux |
| Implementation | PHP |
Recent releases


Release Notes: This release fixes a small bug with regexp quoting on searchstring highlights.


Release Notes: This version can now highlight strings in the output (e.g. for marking search results).


Release Notes: 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.


Release Notes: The cache file naming with POST variables has been fixed. foocache can now be disabled by setting a define.


No changes have been submitted for this release.