php-src/pear
Stig Bakken 124c63b333 * moved these "class variables" to global variables and added static methods for getting
them: maintainer_roles, release_states, dependency_types, dependency_relations,
  file_roles, replacement_types
* added downloadHttp method with status callback support (can be used by installers
  to show download progress)
2002-04-23 06:28:44 +00:00
..
Archive - Properly format error message. 2002-04-13 05:33:35 +00:00
Console Maintain headers. 2002-02-28 08:29:35 +00:00
PEAR * moved these "class variables" to global variables and added static methods for getting 2002-04-23 06:28:44 +00:00
scripts * PHP_PREFIX constant is not defined, use bin_dir pear config instead 2002-04-21 10:16:32 +00:00
tests * add preferred_state 2002-04-09 18:51:31 +00:00
catalog * added sgml/xml catalog file 2001-04-15 23:53:09 +00:00
CMD.php Maintain headers. 2002-02-28 08:29:35 +00:00
CODING_STANDARDS correct url 2002-01-24 15:02:05 +00:00
DB.php * added DB::isConnection 2002-04-16 21:50:48 +00:00
HTTP.php Maintain headers. 2002-02-28 08:29:35 +00:00
install-pear.txt Complain loudly, if we were not able to install everything. 2000-05-02 22:28:12 +00:00
ITX.xml - Renamed the file following Thies suggestion 2001-03-30 09:16:54 +00:00
Mail.php Maintain headers. 2002-02-28 08:29:35 +00:00
Makefile.frag * ext/xml/expat no longer has xmltok and xmlparse subdirs 2002-04-09 16:06:07 +00:00
package-db.xml Continue the list of features for PEAR DB 2002-04-08 02:22:48 +00:00
package-pear.xml * set version to 0.9.1-dev 2002-04-21 10:17:13 +00:00
package.dtd * implemented role="script" and <replace> substitution during install 2002-04-09 08:10:12 +00:00
pear.m4 Improve the life of external extension maintainers by 2002-04-06 13:42:40 +00:00
PEAR.php * fix phpdoc 2002-04-19 13:58:25 +00:00
README Point readers to pear web 2002-02-23 13:47:16 +00:00
System.php Maintain headers. 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/.