php-src/pear
Stig Bakken 475b31f1e0 @Added DB/storage to PEAR
@Introduced DB warnings
Added DB/storage to PEAR.
Introduced DB warnings
Revert to using Javadoc-style comments.
DB_common now returns references in the appropriate places
2000-02-14 15:12:20 +00:00
..
DB.php @Added DB/storage to PEAR 2000-02-14 15:12:20 +00:00
Makefile.in request_info.h is gone. 2000-02-11 19:02:07 +00:00
pear.m4 Integration of -ng changes. Changes: 1999-12-30 02:59:53 +00:00
php-config.in Integration of -ng changes. Changes: 1999-12-30 02:59:53 +00:00
phpize.in Integration of -ng changes. Changes: 1999-12-30 02:59:53 +00:00
README @Fix some warnings when compiling in maintainer-mode (Stig) 1999-12-01 22:59:45 +00:00

	      PEAR - PHP Extension and Add-on 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 php4beta@lists.php.net.