From: Sebastian Bergmann Date: Sun, 10 Dec 2000 18:40:23 +0000 (+0000) Subject: Initial commit of Function_Cache. X-Git-Tag: php-4.0.5RC1~943 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71348b8b9efb54fc06997733d42a89f74432de4e;p=php Initial commit of Function_Cache. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index ab890562d6..5018f563b5 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -11,6 +11,7 @@ peardir=$(PEAR_INSTALLDIR) PEAR_SUBDIRS = \ Benchmark \ + Cache \ Crypt \ Date \ DB \ @@ -26,6 +27,7 @@ PEAR_SUBDIRS = \ PEAR_FILES = \ Benchmark/Iterate.php \ Benchmark/Timer.php \ + Cache/Function_Cache.php \ Crypt/HCEMD5.php \ Date/Calc.php \ DB.php \