php-src/pear
2001-02-07 20:22:59 +00:00
..
Console @- Added Console_Getopt class for parsing command-line args. (Andrei, PEAR) 2001-01-11 18:38:26 +00:00
PEAR * updated copyrights (thanks Colin) 2001-01-10 01:01:59 +00:00
scripts * updated copyrights (thanks Colin) 2001-01-10 01:01:59 +00:00
tests @Added raiseError and setErrorHandling methods to PEAR class (Stig, PEAR) 2001-01-30 00:55:27 +00:00
CODING_STANDARDS Update the copyright year range to 1997-2001. 2001-01-09 17:42:40 +00:00
DB.php I think this should've been changed as well, right? 2001-02-02 17:59:30 +00:00
HTTP.php use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty() 2001-01-31 18:34:39 +00:00
install-pear.txt Complain loudly, if we were not able to install everything. 2000-05-02 22:28:12 +00:00
Log.php fix the Log::factory() method to assume that the Log stuff is in the 2001-01-04 15:56:05 +00:00
Mail.php may as well go by the capitalization we agreed on sooner rather than later. 2001-02-07 20:22:59 +00:00
Makefile.in may as well go by the capitalization we agreed on sooner rather than later. 2001-02-07 20:22:59 +00:00
package.dtd * updated copyrights (thanks Colin) 2001-01-10 01:01:59 +00:00
pear.m4 PATH is not optional (we print that message, because php-config isn't in the 2000-10-30 18:27:46 +00:00
PEAR.php.in trigger_error() should be ($msg,$level), no? 2001-02-01 20:15:08 +00:00
README I should learn how to spell 2001-01-09 21:15:26 +00:00
TODO @PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode() 2000-09-12 00:27:50 +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.


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.