Determining specific install of PEAR packages.

Adam Harvey posted about listing which PEAR packages are installed. This inspired me to spend a few minutes coding a solution to check for a specific installed version of a package.
This is useful for where you provide a system that uses certain packages and you decide to not bundle those packages with the system you developed [so you don't have to manually apply upgrades for security fixes etc] and rely on PEAR itself to install and upgrade those packages as need be.

Comments are closed.