Thursday, 25 January 2007
How to Update the Latest PEAR v 1.5.0? |
| |
|
| |
Greg Beaver in a post over his blog offers some instructions on how to upgrade from outdated PEAR versions to the latest stable release, 1.5.0. He gives two commands that are as follows:
- pear upgrade Console_Getopt-1.2.1 Archive_Tar-1.3.1 PEAR-1.4.3
- pear upgrade PEAR
He says these two commands will be enough to upgrade any system running PEAR 1.3.3 or newer. He however suggests that if you are running an outdated version of PEAR, its better to start from scratch using http://pear.php.net/go-pear, which should be downloaded and saved as go-pear.php, then run via:
php go-pear.php
He says these steps will allow any system to be upgraded. Though he says to note that if you're running something like version 1.3.0 of PEAR, you could risk running:
pear upgrade PEAR-1.3.6
He advises to upgrade this new version because sticking with the older version of PEAR 1.3.6 or earlier, might bring in some problems.
|
| |
|
Read the Post
|
| |
|
|
| |
|
|
| |
|