Top Level :: PEAR

Package Information: PEAR_PackageUpdate

Show All Changelogs
» Version » Information
1.0.2Download

Release date: 2008-06-15 14:22 UTC
Release state: stable

Changelog:

* bugs
- fix a display problem about current version installed (for web frontend)
when trying to upgrade a package still in xml 1.0 to a new version
in package xml 2.0. (Thanks to Jörg Wegner)

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.5.4 or newer
1.0.1Download

Release date: 2008-06-01 09:13 UTC
Release state: stable

Changelog:

* bugs
- a little typo error on constant name PEAR_PACKAGEUPDATE_TYPE_MINOR, that produce
an error if you use setMinimumReleaseType() method.

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.5.4 or newer
1.0.0Download

Release date: 2008-05-01 08:17 UTC
Release state: stable

Changelog:

FINAL and first STABLE version after 9 month since last BETA release.
No bug found !

* news
- default configuration file (.ppurc|ppurc.ini) is loaded from and saved into PEAR
configuration directory (PEAR 1.7.0+ cfg_dir directive) if available.

* QA
- require now at least PEAR installer 1.5.4 rather than 1.4.8
(security vulnerability fixes)
- Scott Mattocks is marked as inactive on his request, because he did not have
time to give attention to this package it deserve. Thanks Scott for your past works
on this package, and make this cool features a reality for the community.
- Test Suite used now the .phpt test case rather than phpunit, just in case of a
crash, and recovery of PEAR configuration (suggestion given by Christian Weiske
already in same condition for PEAR_Info).

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.5.4 or newer
0.7.0Download

Release date: 2007-07-01 06:53 UTC
Release state: beta

Changelog:

* bugs
- fix bug #11384: Undefined variable
This solved also the problem to PEAR non standard installation,
by giving file to read PEAR user-defined options from
and/or file to read PEAR system-wide defaults from

* news
- add (missing) snapshot package state

* changes
- examples/CliFrontend.php script was changed a bit to prevent notice error if package is not installed
- add myself (Laurent Laville) as co-author, in header comment blocks.
- add credit, in header comment blocks, to Ian Eure for his function (example)
to repackage PEAR_Errors for use with ErrorStack

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.6.1Download

Release date: 2007-02-13 10:38 UTC
Release state: beta

Changelog:

* bugs
- fix bug #10080: PEAR_Config::singleton() should be able to be used in update()

* changes
- API stability was changed from beta to stable
- examples/withoutFrontend.php script was changed a bit to clarify Doc bug #10079

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.6.0Download

Release date: 2007-01-11 10:31 UTC
Release state: beta

Changelog:

* IMPORTANT
This beta version will be the last one before final stable release 1.0.0

* news
- two new functions: getInstalledRelease() and getLatestRelease(), to easily
retrieve informations (release date, notes, version, state, dependencies, ...)
about installed and latest version available of a package.

TIP: usefull if you want to alert web admin of an auto-update with all necessary informations.

* changes
- drop support of package xml version 1.0
- example withoutFrontend.php updated (PEAR_PackageUpdate_Null class is now reusable)

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.5.2Download

Release date: 2006-09-18 13:21 UTC
Release state: beta

Changelog:

Allow updates from channels other than pear.php.net.
Allow updates using REST.

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.5.1Download

Release date: 2006-07-15 13:43 UTC
Release state: beta

Changelog:

* fixed PHP dependency :
required at least PHP 4.3.0 due to usage of functions: get_include_path, file_get_contents

* add optional dependency to web/html frontend

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.5.0Download

Release date: 2006-05-07 20:49 UTC
Release state: beta

Changelog:

* news
- more flexible implementation of the factory pattern allowing people to use custom class
see new example 'withoutFrontend.php': how to use ppu without frontend

* bugs
- fixes typos error on constants
- fixes typos missing letter on function setMinimumReleaseType

* improvements
- indentation of error messages array

* Quality Assurance
- add @throws phpdoc tag on all necessary function comment block

Dependencies:
  • PHP Version: PHP 4.1.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.4.3Download

Release date: 2006-04-25 21:23 UTC
Release state: beta

Changelog:

* news
- Laurent Laville was added as a leader to the package

* improvements
- fixes request #7456: improve error frame used with PEAR_ErrorStack
- mandatory ressources that will be call in all cases are now outside the class

* Quality Assurance
- PEAR cs standard for header comment blocks (see http://pear.php.net/pepr/pepr-proposal-show.php?id=128)
- Adds since phpdoc tag to keep track of function history

Dependencies:
  • PHP Version: PHP 4.1.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.4.2Download

Release date: 2006-04-20 20:44 UTC
Release state: beta

Changelog:

Fixes for bug #7442: avoid warning messages when driver is unloadable

Dependencies:
  • PHP Version: PHP 4.1.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.4.1Download

Release date: 2006-04-13 18:30 UTC
Release state: beta

Changelog:

Remove demo code from presentUpdate().

Dependencies:
  • PHP Version: PHP 4.1.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer
0.4.0a1Download

Release date: 2006-03-28 15:20 UTC
Release state: alpha

Changelog:

Initial PEAR release.

Dependencies:
  • PHP Version: PHP 4.1.0 or newer
  • PEAR Package: PEAR 1.4.8 or newer
  • PEAR Package: PEAR 1.4.8 or newer