php-src/pear
2001-07-15 22:54:08 +00:00
..
Config Moved Config-Package from Experimental to main-directory, since noone complained about it ;) 2001-07-02 09:14:28 +00:00
Console Fix long option parsing. 2001-05-29 16:18:35 +00:00
PEAR addes more logging and security options 2001-07-07 00:25:39 +00:00
scripts @Added "pearize" script to generate Makefile.in files for PEAR extensions 2001-05-28 11:15:19 +00:00
tests * expanded the following constants and made them available in PHP: 2001-04-22 01:09:14 +00:00
Cache.php Convert double-quotes to single-quotes. 2001-07-07 23:15:08 +00:00
Cache.xml - package XML for the Cache 2001-03-29 15:01:16 +00:00
catalog * added sgml/xml catalog file 2001-04-15 23:53:09 +00:00
CMD.php Fixed indentation problems related to use of TAB instead of spaces 2001-02-12 00:38:28 +00:00
CODING_STANDARDS updated the .emacs example 2001-05-06 23:44:06 +00:00
Config.php Patch by Tobias, so parseInput returns pearError 2001-07-06 10:24:12 +00:00
DB.php (PEAR DB) some doc fixes 2001-07-15 22:54:08 +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
ITX.xml - Renamed the file following Thies suggestion 2001-03-30 09:16:54 +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 factory-generated classes have lowercase subclass names by our (newly 2001-02-22 16:01:14 +00:00
Makefile.in Fix for #11821. 2001-07-01 14:15:49 +00:00
package.dtd * added LibFile element, used to build Makefile.in 2001-05-28 11:14:47 +00:00
pear.m4 @Define HAVE_CONFIG_H when building standalone DSO extensions (Stig) 2001-05-20 05:29:54 +00:00
PEAR.php * reverted "DIRECTORY_SEPARATOR" patch 2001-07-07 15:54:27 +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.