diff options
author | Greg Beaver <cellog@php.net> | 2004-04-06 22:18:37 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2004-04-06 22:18:37 +0000 |
commit | e09aff93fb67c9136308d65c9bbf71351a9bfad8 (patch) | |
tree | f68fd49ca97c65970bbe881882cb531e3c8e51b2 /pear | |
parent | f2e8c04e8a196583e7737f95aa6f33daf3b97042 (diff) | |
download | php-git-e09aff93fb67c9136308d65c9bbf71351a9bfad8.tar.gz |
add PEAR_ErrorStack to description of PEAR
Diffstat (limited to 'pear')
-rw-r--r-- | pear/package-PEAR.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 5697c2381b..5eb5f499a3 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -6,6 +6,7 @@ <description>The PEAR package contains: * the PEAR base class * the PEAR_Error error handling mechanism + * the alpha-quality PEAR_ErrorStack advanced error handling mechanism * the PEAR installer, for creating, distributing and installing packages * the OS_Guess class for retrieving info about the OS |