PEAR
PEAR Base System
The PEAR package contains:
* the PEAR installer, for creating, distributing
and installing packages
* the alpha-quality PEAR_Exception php5-only exception class
* the beta-quality 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 common operations
with files and directories
* the PEAR base class
ssb
Stig Bakken
stig@php.net
lead
cox
Tomas V.V.Cox
cox@idecnet.com
lead
cellog
Greg Beaver
cellog@php.net
lead
pajoye
Pierre-Alain Joye
pajoye@pearfr.org
lead
mj
Martin Jansen
mj@php.net
developer
1.3.5
2005-02-18
PHP License
stable
* fix Bug #3505: pecl can't install PDO
* enhance pear run-tests dramatically
* fix Bug #3506: pear install should export the pear version into the environment
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.3
2004-10-28
stable
Installer:
* fix Bug #1186 raise a notice error on PEAR::Common $_packageName
* fix Bug #1249 display the right state when using --force option
* fix Bug #2189 upgrade-all stops if dependancy fails
* fix Bug #1637 The use of interface causes warnings when packaging with PEAR
* fix Bug #1420 Parser bug for T_DOUBLE_COLON
* fix Request #2220 pear5 build fails on dual php4/php5 system
* fix Bug #1163 pear makerpm fails with packages that supply role="doc"
Other:
* add PEAR_Exception class for PHP5 users
* fix critical problem in package.xml for linux in 1.3.2
* fix staticPopCallback() in PEAR_ErrorStack
* fix warning in PEAR_Registry for windows 98 users
1.3.3.1
2004-11-08
stable
add RunTest.php to package.xml, make run-tests display failed tests, and use ui
1.3.4
2005-01-01
stable
* fix a serious problem caused by a bug in all versions of PHP that caused multiple registration
of the shutdown function of PEAR.php
* fix Bug #2861: package.dtd does not define NUMBER
* fix Bug #2946: ini_set warning errors
* fix Bug #3026: Dependency type "ne" is needed, "not" is not handled
properly
* fix Bug #3061: potential warnings in PEAR_Exception
* implement Request #2848: PEAR_ErrorStack logger extends, PEAR_ERRORSTACK_DIE
* implement Request #2914: Dynamic Include Path for run-tests command
* make pear help listing more useful (put how-to-use info at the bottom of the listing)