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.
 
 
 
 
 
 
Chuck Hagenbuch 65150b8512 add a Crypt_HCEMD5 class. This implements the same algorithm as the perl 25 years ago
..
PEAR @Added XML_Parser class in PEAR (Stig) 26 years ago
tests PEAR: 26 years ago
DB.php PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROW 26 years ago
HTTP.php various version 2.0 and 2.01 licenses -> 2.02 26 years ago
Mail.php spelling. bad chuck. 25 years ago
Makefile.in add a Crypt_HCEMD5 class. This implements the same algorithm as the perl 25 years ago
PEAR.php.in PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROW 26 years ago
README * PEAR now stands for "PHP Extension and Application Repository" 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. 26 years ago
package.dtd * the beginning of a regression testing framework? 26 years ago
pear.in * generate pear scripts properly with configure 26 years ago
pear.m4 PATH is not optional (we print that message, because php-config isn't in the 25 years ago
php-config.in * generate pear scripts properly with configure 26 years ago
phpextdist Added phpextdist script for making external extension packages. 26 years ago
phpize.in Add new depend rule to rules_pear.mk and install mkdep.awk. 26 years ago
run-tests.in @PHP 3 regression testing framework re-born (Stig) 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.