On Tue, Apr 21, 2009 at 11:29 AM, Ralph Schindler <[email protected]> wrote: > >> the latest features in PHP, allow registries to be moved/distributed, > > Whats that mean?
Currently, a PEAR registry, (the installed packages, list of what is installed, related data files etc), is closely tied to the filesystem where it was originally set up. Pyrus solves this issue and allows you to move a registry around your local filesystem, or distribute that registry to others. Pyrus can re-build the registry and allow others to manipulate that registry. This makes it easier for deployment, distribution, and for maintaining packages within distributed applications. -- Brett Bieber
