|
Formerly known as Bware_cache
is a tool to speed up web
applications written in PHP.
It works by caching inside
the web server compiled
PHP code (just before
it's executed) so that the
next time the same script is
called it is simply
restored, already compiled,
from the cache with big
savings in terms of
execution time.
<b>0.14
update:</b>
this version is faster and
supports PHP 4.0.x and 4.1.x.
Date: Feb, 14 2002 |