diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-05-05 21:21:45 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-05-05 21:21:45 +0000 |
commit | 7517473b49af62aae7eecf5836e603640b7bcdd8 (patch) | |
tree | 5311d7c7403d0693d20abde26c459b66988997dc /lang/pear/DESCR | |
parent | aebf12f1f6407e8684fc11536cd5a982a248a5ba (diff) | |
download | pkgsrc-7517473b49af62aae7eecf5836e603640b7bcdd8.tar.gz |
The PEAR package contains:
* the PEAR installer, for creating, distributing and installing packages
* the PEAR_Exception PHP5 error handling mechanism
* the PEAR_ErrorStack advanced error handling mechanism
* the PEAR_Error error handling mechanism
* the OS_Guess class for retrieving info about the OS where PHP is running on
* the System class for quick handling of common operations with files and
directories
* the PEAR base class
Diffstat (limited to 'lang/pear/DESCR')
-rw-r--r-- | lang/pear/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/pear/DESCR b/lang/pear/DESCR new file mode 100644 index 00000000000..ff9458a0176 --- /dev/null +++ b/lang/pear/DESCR @@ -0,0 +1,9 @@ +The PEAR package contains: +* the PEAR installer, for creating, distributing and installing packages +* the PEAR_Exception PHP5 error handling mechanism +* the PEAR_ErrorStack advanced error handling mechanism +* the PEAR_Error error handling mechanism +* the OS_Guess class for retrieving info about the OS where PHP is running on +* the System class for quick handling of common operations with files and + directories +* the PEAR base class |