php-src/pear
2000-07-27 17:18:26 +00:00
..
PEAR * generate pear scripts properly with configure 2000-07-24 23:55:34 +00:00
tests * the beginning of a regression testing framework? 2000-07-25 00:55:37 +00:00
DB.php Multiple DB::connect or DB::factory calls using the same backend 2000-07-26 09:57:06 +00:00
HTTP.php various version 2.0 and 2.01 licenses -> 2.02 2000-07-24 05:41:02 +00:00
install-pear.txt Complain loudly, if we were not able to install everything. 2000-05-02 22:28:12 +00:00
Makefile.in added DB/oci8.php to PEAR_FILES 2000-07-27 17:18:26 +00:00
package.dtd * the beginning of a regression testing framework? 2000-07-25 00:55:37 +00:00
pear.in * generate pear scripts properly with configure 2000-07-24 23:55:34 +00:00
pear.m4 Use the new PHP_GEN_* macros in pear 2000-06-14 06:30:14 +00:00
PEAR.php.in * PEAR.php is now generated by configure 2000-07-24 23:54:26 +00:00
php-config.in * generate pear scripts properly with configure 2000-07-24 23:55:34 +00:00
phpextdist Added phpextdist script for making external extension packages. 2000-02-22 14:26:12 +00:00
phpize.in * generate pear scripts properly with configure 2000-07-24 23:55:34 +00:00
README Fix this address 2000-07-21 16:39:18 +00:00
run-tests.in * the beginning of a regression testing framework? 2000-07-25 00:55:37 +00:00
Socket.php Add a Socket class. If this should be somewhere other than top-level, just 2000-07-27 13:47:45 +00:00
TODO added TODO file for PEAR 2000-07-24 13:32:50 +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 php-pear@lists.php.net.