source: trunk/library/PEAR/README @ 5146

Revision 5146, 1.2 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus. Library: adicionando arquivos.

Line 
1PEAR - The PEAR Installer
2=========================
3
4What is the PEAR Installer?  What is PEAR?
5
6PEAR is the PHP Extension and Application Repository, found at
7http://pear.php.net.  The PEAR Installer is this software, which
8contains executable files and PHP code that is used to download
9and install PEAR code from pear.php.net.
10
11PEAR contains useful software libraries and applications such as
12MDB2 (database abstraction), HTML_QuickForm (HTML forms management),
13PhpDocumentor (auto-documentation generator), DB_DataObject
14(Data Access Abstraction), and many hundreds more.  Browse all
15available packages at http://pear.php.net, the list is constantly
16growing and updating to reflect improvements in the PHP language.
17
18DOCUMENTATION
19=============
20
21Documentation for PEAR can be found at http://pear.php.net/manual/.
22Installation documentation can be found in the INSTALL file included
23in this tarball.
24
25WARNING: DO NOT RUN PEAR WITHOUT INSTALLING IT - if you downloaded this
26tarball manually, you MUST install it.  Read the instructions in INSTALL
27prior to use.
28
29
30Happy PHPing, we hope PEAR will be a great tool for your development work!
31
32$Id: README 313023 2011-07-06 19:17:11Z dufuz $
Note: See TracBrowser for help on using the repository browser.