php-src/pear
Stig Bakken 8188c50c28 PEAR_Config rewrite:
* Now supports (in theory) an arbitrary number of
  config "layers" (different sets of configuration data with a defined
  priority).
* Specify the type of config values so different frontends can make
  user-friendly configuration interfaces.  Valid types are currently
  "string", "integer", "file", "directory", "set" and "password".  The
  set type lets you specify a limited set of values that the config
  values must be selected from.  Password values are stored
  base64-encoded.
* Added phpdoc comments and some docs for config values.
* Added singleton method.
# configuration files still contain serialized data
2002-03-04 10:02:45 +00:00
..
Archive Maintain headers. 2002-02-28 08:29:35 +00:00
Console Maintain headers. 2002-02-28 08:29:35 +00:00
PEAR PEAR_Config rewrite: 2002-03-04 10:02:45 +00:00
scripts Config variables must be set between "" while using pear.bat windows script 2002-02-20 22:39:16 +00:00
tests * more cli test fixes 2002-03-02 03:11:02 +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 support for different error messages for the following cases: 2002-02-12 18:29:27 +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.in Image/Remote.php and Mail/mime.php have moved to the pear/ repository. 2002-02-17 04:31:30 +00:00
package.dtd * fix broken dtd 2002-02-24 10:45:28 +00:00
pear.m4 Always output config.nice for standalone extensions. (Really helps with 2001-12-12 20:26:13 +00:00
PEAR.php Maintain headers. 2002-02-28 08:29:35 +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/.