summaryrefslogtreecommitdiff
path: root/lang/pear
AgeCommit message (Collapse)AuthorFilesLines
2007-06-08Move the refined php dependency after the b3.mk include.adrianp1-2/+4
Bump PKGREVISION
2007-05-16Update to 1.5.4adrianp2-8/+7
1.5.4 MAJOR SECURITY BUGFIX RELEASE arbitrary file execution see http://pear.php.net/news/vulnerability2.php * Fix Bug #10865: using --packagingroot regression [tias/cellog] * Fix Bug #10873: pear channel-discover broken - pear temp directories not writeable [cellog] 1.5.3 * Fix Bug #10311: use clearContents to delete bundledPackages [cellog] * Fix Bug #10602: notice on line 157 PEAR/REST/11.php [cellog] * Fix Bug #10620: use \z instead of $ in regexes [cellog] * Fix Bug #10621: channel-info does not handle mirrors properly [cellog] * Fix Bug #10645: Patch for verbose sign command [cweiske] * Fix Bug #10647: no mktempdir but config temp_dir in Channels.php [tias] * Fix Bug #10656: no userConfirm() check in Frontend::setFrontendObject [tias] * Fix Bug #10661: Failure to install local package [cellog] * Fix Bug #10676: tmpdir() search variables in wrong order. [cellog] * Fix Bug #10690: RunTest.php parses HTTP headers for non-CGI tests [jstump] * Fix Bug #10720: Notice: Undefined variable: group in PEAR/Downloader/Package.php on line 698 [cellog] * Fix Bug #10733: Validator cannot handle invalid package2.xml file [cellog] * Fix Bug #10768: if a package is not installed, upgrade will not install it [cellog] * Fix Bug #10771: upgrade-all/upgrade will not upgrade non-PEAR channels [cellog]
2007-05-16Get PEAR to install a system-wide configuration file instead of oneadrianp2-3/+12
just for root. Spotted by joerg@'s bulk builds PKGREVISION++
2007-05-05The PEAR package contains:adrianp8-0/+2997
* 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