Difference between revisions of "Pear"
From Linuxintro
imported>ThorstenStaerk (New page: Pear is a mechanism to install PHP modules automatically with resolving dependencies. Compare cpan. The actual software is stored in /usr/share/php5/PEAR: /usr/share/php5/PEAR...) |
imported>ThorstenStaerk m |
||
Line 1: | Line 1: | ||
− | Pear is a mechanism to install [ | + | Pear is a mechanism to install [http://simple.wikipedia.org/wiki/Php PHP] modules automatically with resolving [[dependencies]]. Compare [[cpan]]. The actual software is stored in /usr/share/php5/PEAR: |
/usr/share/php5/PEAR # ls | /usr/share/php5/PEAR # ls | ||
.channels .filemap Archive MDB2.php OS PEAR5.php XML pearcmd.php | .channels .filemap Archive MDB2.php OS PEAR5.php XML pearcmd.php | ||
.depdb .lock Console Mail PEAR Structures data peclcmd.php | .depdb .lock Console Mail PEAR Structures data peclcmd.php | ||
.depdblock .registry MDB2 Net PEAR.php System.php doc test | .depdblock .registry MDB2 Net PEAR.php System.php doc test |
Latest revision as of 21:57, 20 December 2011
Pear is a mechanism to install PHP modules automatically with resolving dependencies. Compare cpan. The actual software is stored in /usr/share/php5/PEAR:
/usr/share/php5/PEAR # ls .channels .filemap Archive MDB2.php OS PEAR5.php XML pearcmd.php .depdb .lock Console Mail PEAR Structures data peclcmd.php .depdblock .registry MDB2 Net PEAR.php System.php doc test