1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00
Files
archived-php-src/pear
Stig Bakken bd4f1f90d0 * switched from static to instance model
* added matching method with glob support, some examples:
    $os->matchSignature('linux');
    $os->matchSignature('linux-2.4*);
    $os->matchSignature('linux-*-i?86');
2002-05-03 13:13:51 +00:00
..
2002-04-13 05:33:35 +00:00
2002-02-28 08:29:35 +00:00
2002-05-03 00:01:54 +00:00
2002-04-09 18:51:31 +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-04-16 21:50:48 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-04-23 23:29:16 +00:00
2002-04-19 13:58:25 +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/.