diff options
author | Greg Beaver <cellog@php.net> | 2004-04-08 14:30:13 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2004-04-08 14:30:13 +0000 |
commit | fdc1b53183437589b05dda6ef8365034a8d3db48 (patch) | |
tree | 85a258eb662a3c4ca8eec4b2a15c30b9faed2023 /pear | |
parent | 9d4f01a8af98331c478de57be230cab9c29fc9fd (diff) | |
download | php-git-fdc1b53183437589b05dda6ef8365034a8d3db48.tar.gz |
this should update the list
# Pierre-Alain, have you tested frontend_web with pager 2 yet?
Diffstat (limited to 'pear')
-rwxr-xr-x | pear/go-pear-list.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index 0bf6a74f2c..7b0620d47a 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -6,21 +6,21 @@ * $Id$ */ $packages = array( -"PEAR" => "1.3b6", +"PEAR" => "1.3.1", "Mail" => "1.1.2", -"Net_SMTP" => "1.2.2", +"Net_SMTP" => "1.2.5", "Net_Socket" => "1.0.1", "PHPUnit" => "1.0.0alpha3", "Console_Getopt" => "1.2", -"DB" => "1.6.0RC6", -"HTTP" => "1.2.2", +"DB" => "1.6.2", +"HTTP" => "1.2.3", "Archive_Tar" => "1.1", "Pager" => "1.0.8", "HTML_Template_IT" => "1.1", "XML_Parser" => "1.0.1", -"XML_RPC" => "1.0.4", +"XML_RPC" => "1.1.0", "Net_UserAgent_Detect" => "1.0", -"PEAR_Frontend_Web" => "0.1" +"PEAR_Frontend_Web" => "0.3" ); ?> |