From: Sebastian Bergmann Date: Fri, 2 Mar 2001 07:52:56 +0000 (+0000) Subject: Added experimental version of Cache_Function module. X-Git-Tag: php-4.0.5RC1~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fcde257f3d30a78aa84e644c43900894079a605;p=php Added experimental version of Cache_Function module. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 6a2cd26e9a..f64aa2265c 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -36,6 +36,7 @@ PEAR_FILES = \ Benchmark/Timer.php \ Cache.php \ Cache/Container.php \ + Cache/Function.php \ Cache/Graphics.php \ Cache/Output.php \ Cache/Container/db.php \