php-src/pear
Sascha Schumann 1d593a89da Don't bail out, if PECL cannot be installed. PHP is often only an
intermediate step of the installation, so it is often not performed
by root.
1999-11-23 12:41:02 +00:00
..
DB.php @Introduced PECL - PHP Extension and Code Library (prounounced "picke") 1999-11-22 11:00:53 +00:00
Makefile.am Don't bail out, if PECL cannot be installed. PHP is often only an 1999-11-23 12:41:02 +00:00
README @Introduced PECL - PHP Extension and Code Library (prounounced "picke") 1999-11-22 11:00:53 +00:00

     PECL (pronounced "pickle") - PHP Extension and Code Library
     -----------------------------------------------------------

WHAT IS PECL?

PECL is a code repository for PHP extensions and PHP library code
similar to TeX's CTAN and Perl's CPAN.

The intention behind PECL 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 PECL users.


CODING RULES AND GUIDELINES

* All PHP code _must_ use <?php ?>.  <? ?> and other formats are not
  portable.