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 1a07f60b92 whitespace 26 years ago
..
Console @- Added Console_Getopt class for parsing command-line args. (Andrei, PEAR) 26 years ago
PEAR * updated copyrights (thanks Colin) 26 years ago
scripts * updated copyrights (thanks Colin) 26 years ago
tests @Added raiseError and setErrorHandling methods to PEAR class (Stig, PEAR) 26 years ago
CODING_STANDARDS Update the copyright year range to 1997-2001. 26 years ago
DB.php @Allow url encoding in DB usernames and passwords (Stig, PEAR) 26 years ago
HTTP.php * updated copyrights (thanks Colin) 26 years ago
Log.php fix the Log::factory() method to assume that the Log stuff is in the 26 years ago
Mail.php * updated copyrights (thanks Colin) 26 years ago
Makefile.in Forgot this too ... 26 years ago
PEAR.php.in whitespace 26 years ago
README I should learn how to spell 26 years ago
TODO @PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode() 26 years ago
install-pear.txt Complain loudly, if we were not able to install everything. 27 years ago
package.dtd * updated copyrights (thanks Colin) 26 years ago
pear.m4 PATH is not optional (we print that message, because php-config isn't in the 26 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

* All PHP code must use <?php ?>. This is the only really portable tag.

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

* Please see the CODING_STANDARDS file for full rules and guidelines.