PEAR
PEAR Base System
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
where PHP is running on
* the System class for quick handling common operations
with files and directories
PHP License
ssb
lead
Stig Sæther Bakken
stig@php.net
cox
lead
Tomas V.V.Cox
cox@idecnet.com
mj
developer
Martin Jansen
mj@php.net
pajoye
developer
Pierre-Alain Joye
pajoye@pearfr.org
cellog
lead
Greg Beaver
cellog@php.net
1.3.2
2004-04-06
stable
Installer:
* fix Bug #1186 raise a notice error on PEAR::Common $_packageName
Archive_Tar
Console_Getopt
XML_RPC
xml
pcre
1.3.1
2004-04-06
stable
PEAR Installer:
* Bug #534 pear search doesn't list unstable releases
* Bug #933 CMD Usability Patch
* Bug #937 throwError() treats every call as static
* Bug #964 PEAR_ERROR_EXCEPTION causes fatal error
* Bug #1008 safe mode raises warning
PEAR_ErrorStack:
* Added experimental error handling, designed to eventually replace
PEAR_Error. It should be considered experimental until explicitly marked
stable. require_once 'PEAR/ErrorStack.php' to use.
1.3
2004-02-20
stable
PEAR Installer:
* Bug #171 --alldeps with a rel="eq" should install the required version, if possible
* Bug #249 installing from an url doesnt work
* Bug #248 --force command does not work as expected
* Bug #293 [Patch] PEAR_Error not calling static method callbacks for error-handler
* Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is at engine level)
* Bug #594 PEAR_Common::analyzeSourceCode fails on string with $var and {
* Bug #521 Incorrect filename in naming warnings
* Moved download code into its own class
* Fully unit tested the installer, packager, downloader, and PEAR_Common