1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Files
archived-php-src/pear
Stig Bakken a036fe5b72 * Refactoring of "pear" command internals. Highlights:
- user interface abstraction, making a Gtk installer should only be
   a matter of implementing PEAR_CommandUI_Gtk plus a "pear-gtk" executable
 - separated code into command classes, able to specify one or more
   commands
 - no more "pear-get" :-)
* fixed use of PEAR_Config::singleton to avoid object copying
2002-03-18 17:39:52 +00:00
..
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2001-04-15 23:53:09 +00:00
2002-02-28 08:29:35 +00:00
2002-01-24 15:02:05 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-24 10:45:28 +00:00
2002-03-13 01:39:51 +00:00
2002-02-23 13:47:16 +00:00
2002-02-28 08:29:35 +00:00

	   PEAR - PHP Extension and Application Repository
	   ===============================================
	     Dedicated to Malin Bakken, born 1999-11-21

WHAT IS PEAR?

PEAR is a code repository for PHP extensions and PHP library code
similar to TeX's CTAN and Perl's CPAN.

The intention behind PEAR is to provide a means for library code
authors to organize their code in a defined way shared by other
developers, and to give the PHP community a single source for such
code.


DOCUMENTATION

Documentation for PEAR can be found at http://pear.php.net/manual/.