summaryrefslogtreecommitdiff
path: root/pear/go-pear-list.php
blob: b7803c307f8056554c45c2c2cd9ab4fd115e880e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/* This is a list of packages and versions
 * that will be used to create the PEAR folder
 * in the windows snapshot.
 * See win32/build/mkdist.php for more details
 * $Id$
 */
$packages  = array(
"PEAR"                  =>    "1.3.1",
"Mail"                  =>    "1.1.2",
"Net_SMTP"              =>    "1.2.5",
"Net_Socket"            =>    "1.0.1",
"PHPUnit"               =>    "2.0.0beta1",
"Console_Getopt"        =>    "1.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.1.0",
"Net_UserAgent_Detect"  =>    "1.0",
"PEAR_Frontend_Web"     =>    "0.3"
);

?>