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.
 
 
 
 
 
 
Tomas V.V.Cox dc60b4d466 added LOCK/UNLOCK to mainps queries (reported by Erik Hjortsberg) 25 years ago
..
Config Moved Config-Package from Experimental to main-directory, since noone complained about it ;) 25 years ago
Console Fix long option parsing. 25 years ago
PEAR addes more logging and security options 25 years ago
scripts @Added "pearize" script to generate Makefile.in files for PEAR extensions 25 years ago
tests * expanded the following constants and made them available in PHP: 25 years ago
CMD.php Fixed indentation problems related to use of TAB instead of spaces 25 years ago
CODING_STANDARDS updated the .emacs example 25 years ago
Cache.php Convert double-quotes to single-quotes. 25 years ago
Cache.xml - package XML for the Cache 25 years ago
Config.php Patch by Tobias, so parseInput returns pearError 25 years ago
DB.php added LOCK/UNLOCK to mainps queries (reported by Erik Hjortsberg) 25 years ago
HTTP.php use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty() 25 years ago
ITX.xml - Renamed the file following Thies suggestion 25 years ago
Log.php fix the Log::factory() method to assume that the Log stuff is in the 25 years ago
Mail.php factory-generated classes have lowercase subclass names by our (newly 25 years ago
Makefile.in Fix for #11821. 25 years ago
PEAR.php * added missing doc for PEAR::raiseError skipmsg parameter 25 years ago
README I should learn how to spell 25 years ago
TODO @PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode() 26 years ago
catalog * added sgml/xml catalog file 25 years ago
install-pear.txt Complain loudly, if we were not able to install everything. 26 years ago
package.dtd * added LibFile element, used to build Makefile.in 25 years ago
pear.m4 @Define HAVE_CONFIG_H when building standalone DSO extensions (Stig) 25 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.

* Please see the CODING_STANDARDS file for full rules and guidelines.