php-src/pear/go-pear-list.php

27 lines
790 B
PHP
Raw Normal View History

<?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(
2004-04-08 15:03:21 +00:00
"PEAR" => "1.3.1",
2004-04-08 18:27:26 +00:00
"Mail" => "1.1.3",
2004-04-08 15:03:21 +00:00
"Net_SMTP" => "1.2.5",
"Net_Socket" => "1.0.1",
2004-04-08 23:52:36 +00:00
"PHPUnit2" => "2.0.0beta1",
2004-04-08 15:03:21 +00:00
"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"
);
?>