From: Sebastian Bergmann Date: Thu, 1 Mar 2001 19:22:25 +0000 (+0000) Subject: Added Graphics and Output Cache. X-Git-Tag: php-4.0.5RC1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34f81476f1cb3af8e836dbbfe0c5f9eda0a1b442;p=php Added Graphics and Output Cache. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index a3f43f9c5e..6a2cd26e9a 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -36,6 +36,8 @@ PEAR_FILES = \ Benchmark/Timer.php \ Cache.php \ Cache/Container.php \ + Cache/Graphics.php \ + Cache/Output.php \ Cache/Container/db.php \ Cache/Container/file.php \ Cache/Container/phplib.php \