mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
8188c50c28
* 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 |
||
---|---|---|
.. | ||
Archive | ||
Console | ||
PEAR | ||
scripts | ||
tests | ||
catalog | ||
CMD.php | ||
CODING_STANDARDS | ||
DB.php | ||
HTTP.php | ||
install-pear.txt | ||
ITX.xml | ||
Mail.php | ||
Makefile.in | ||
package.dtd | ||
pear.m4 | ||
PEAR.php | ||
README | ||
System.php |
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/.