You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stig Bakken 9311e05119 * install PEAR/Dependency.php 25 years ago
..
Console reverted the last change for now 25 years ago
PEAR - Rewrote infoFromTgzFile() (Stig, no more "pedantic" :-) 25 years ago
scripts added default target for installing documentation 25 years ago
tests * initial commit of PEAR method autoloader 25 years ago
CMD.php Update headers. 25 years ago
CODING_STANDARDS * shame on me ... 25 years ago
Cache.php - included PEAR.php 25 years ago
Cache.xml - package XML for the Cache 26 years ago
DB.php fix phpdoc 25 years ago
HTTP.php * Convert tabs to spaces. 25 years ago
ITX.xml - Renamed the file following Thies suggestion 26 years ago
Log.php fix the singleton and factory methods for 25 years ago
Mail.php call PEAR::raiseError() instead of $this->raiseError() in factory() 25 years ago
Makefile.in * install PEAR/Dependency.php 25 years ago
PEAR.php * Destructors seem to work like a charm. -> No need to keep this line. 25 years ago
README * Add links to the new documentation. 25 years ago
System.php * use "windir" env.var on Windows too 25 years ago
TODO @PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode() 26 years ago
catalog * added sgml/xml catalog file 26 years ago
install-pear.txt Complain loudly, if we were not able to install everything. 27 years ago
package.dtd * added <description> element in <package> 25 years ago
pear.m4 Always output config.nice for standalone extensions. (Really helps with 25 years ago

README

	   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.


ADMINISTRATION

This section will describe the rules for how files are structured and
how functions and classes should be named.


TOOLS

This section will describe the tools provided to PEAR users.


CODING RULES AND GUIDELINES

* Before adding a new top-level directory ("DB" is one), discuss your
intentions on pear-dev@lists.php.net.

* Please see http://pear.php.net/manual/standards.php for full rules and guidelines.


DOCUMENTATION

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