summaryrefslogtreecommitdiff
path: root/lang/pear/patches
AgeCommit message (Collapse)AuthorFilesLines
2008-09-15Implement a proper fix for PR 39449adrianp1-8/+17
Don't leak tmp_dir in pear.conf Should also fix builk builds (pointed out by joerg@) Remove evil pear.conf handling PKGREVISION++
2008-09-02Change /tmp directory used on installation (fix for PR 39449)adrianp1-2/+2
2007-05-05The PEAR package contains:adrianp1-0/+143
* 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