]> granicus.if.org Git - php/commit
* new class: PEAR - can be used as a base class for others.
authorStig Bakken <ssb@php.net>
Mon, 24 Jul 2000 08:05:51 +0000 (08:05 +0000)
committerStig Bakken <ssb@php.net>
Mon, 24 Jul 2000 08:05:51 +0000 (08:05 +0000)
commit0f0f1cebcb254a5f8c50b548da2b03ef7e474bf9
tree365c64bfa50cc9d2174cf220372bcafe5ee22aef
parent0836e10a15900808d6b8b5436a346b1de612f2bd
* new class: PEAR - can be used as a base class for others.
* PEAR_Error moved into PEAR.php to reduce the number of files that are
  always included
* cleaned up the PEAR_Error API a bit and changed the two classes using it
* added PEAR_Installer - an administration class for installing packages
  and maintaining a "class/file cache"
pear/DB.php
pear/Makefile.in
pear/PEAR.php [new file with mode: 0644]
pear/PEAR/Installer.php [new file with mode: 0644]
pear/PEAR_Error.php [deleted file]
pear/pear.in