| PEAR Announce 2008-02-01, 4:37 am |
| The new PEAR package PEAR-1.7.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
Minor feature addition release
Known bugs to be fixed in version 1.7.1:
- Bug #12945 PEAR_Registry::setConfig() does not set install path
- Bug #12959 PEAR should give warning when doing "special" handling with cfg role
- Bug #12960 role=cfg should automatically replace file if it has not been modified
- Bug #13031 PEAR fails to authenticate when doing upgrade-all on non-default channel
- Bug #13033 Signature to PEAR_REST_XX::listAll() changes between REST1.0 and 1.1
fixed since 1.7.0RC2
* fix bug #13030: Port not set for REST HTTP requests [timj]
* fix bug #13029: Duplicate Host headers set when requesting REST data [timj]
* fix Bug #12987: improper calls to class_exists [weirdan]
* fix Bug #12954: Host header missing when using proxy [flint]
* fix Bug #12918: file tasks ignored for role=src [cellog]
* fix Bug #12816: <configureoption> default isn't being parsed [jon]
* fix Bug #12793: run-tests fails when using --ARGS-- in phpt test files [izi]
fixed since 1.7.0RC1:
* fix Bug #12818: package.xml 1.0 parsing can drop lines [cellog]
* fix Bug #12662: System::_parseArgs() should be declared statically [cellog]
* fix Bug #12661: System::mktemp needs to be declaired statically [cellog]
* implement PEAR_Error::__toString() as alias to getMessage() [cellog]
fixed since 1.6.2:
* fix Bug #12116: Accept-Encoding not supported: breaks installer [jldupont]
* fix Bug #12162: config-create doesn't work after installing custom roles [cellog]
* fix Bug #12553: System::find() does not find exact filename matches [cellog/jorrit]
* fix Bug #12554: enableExtension() zeros php.ini in some instances [jlightsey]
* implement Request #11964: introduce www role, www_dir config variable [cellog]
* implement Request #12108: Add "config" (cfg) role [cellog]
* implement Request #12147: Avoid compile-time strict warnings [cellog]
Package Info
------------
The PEAR package contains:
* 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
Features in a nutshell:
* full support for channels
* pre-download dependency validation
* new package.xml 2.0 format allows tremendous flexibility while maintaining BC
* support for optional dependency groups and limited support for sub-packaging
* robust dependency support
* full dependency validation on uninstall
* remote install for hosts with only ftp access - no more problems with
restricted host installation
* full support for mirroring
* support for bundling several packages into a single tarball
* support for static dependencies on a url-based package
* support for custom file roles and installation tasks
Related Links
-------------
Package home: http://pear.php.net/package/PEAR
Changelog: http://pear.php.net/package/PEAR/download/1.7.0
Download: http://download.pear.php.net/package/PEAR-1.7.0.tgz
Authors
-------
Greg Beaver (lead)
Tias Guns (developer)
Helgi Þormar Þorbjörnsson <dufuz@php.net> (developer)
|