From: Sebastian Bergmann Date: Fri, 17 Aug 2001 08:51:09 +0000 (+0000) Subject: Forgot to add DB.php. X-Git-Tag: PRE_SUBST_Z_MACROS~475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3116222037b8b7ef34e1d839850d914b4f9fd04;p=php Forgot to add DB.php. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 4dc720ca23..251831244b 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -35,17 +35,18 @@ PEAR_FILES = \ Benchmark/Iterate.php \ Benchmark/Timer.php \ Cache.php \ - Cache/Container.php \ - Cache/Function.php \ - Cache/Graphics.php \ - Cache/Output.php \ Cache/Error.php \ - Cache/OutputCompression.php \ + Cache/Container.php \ Cache/Container/db.php \ Cache/Container/dbx.php \ Cache/Container/file.php \ Cache/Container/phplib.php \ Cache/Container/shm.php \ + Cache/DB.php \ + Cache/Function.php \ + Cache/Graphics.php \ + Cache/Output.php \ + Cache/OutputCompression.php \ Console/Getopt.php \ Crypt/CBC.php \ Crypt/HCEMD5.php \