diff options
author | Greg Beaver <cellog@php.net> | 2005-02-26 01:27:49 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2005-02-26 01:27:49 +0000 |
commit | a247bf01ba6f7f33d432760a3b09475c061a614f (patch) | |
tree | 71320b25e1d5f753c6b60b385f1918127e9d973e /pear | |
parent | b8a6661c81c7730705be8afbc2538c09ad48ea25 (diff) | |
download | php-git-a247bf01ba6f7f33d432760a3b09475c061a614f.tar.gz |
use 1.3.5
Diffstat (limited to 'pear')
-rwxr-xr-x | pear/go-pear-list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index e41e1c08c3..a410588302 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -7,7 +7,7 @@ */ $packages = array( // required packages for the installer -"PEAR" => "1.3.1", +"PEAR" => "1.3.5", "XML_RPC" => "1.1.0", "Console_Getopt" => "1.2", "Archive_Tar" => "1.2", |