mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
as per PEAR-Core discussion, remove all but absolutely essential
packages for the installer, and for PEAR_Frontend_Web
This commit is contained in:
parent
ca8dc5aca3
commit
dfa4a5d927
@ -6,21 +6,17 @@
|
||||
* $Id$
|
||||
*/
|
||||
$packages = array(
|
||||
// required packages for the installer
|
||||
"PEAR" => "1.3.1",
|
||||
"Mail" => "1.1.3",
|
||||
"Net_SMTP" => "1.2.5",
|
||||
"Net_Socket" => "1.0.1",
|
||||
"PHPUnit2" => "2.0.0beta1",
|
||||
"XML_RPC" => "1.1.0",
|
||||
"Console_Getopt" => "1.2",
|
||||
"DB" => "1.6.2",
|
||||
"HTTP" => "1.2.3",
|
||||
"Archive_Tar" => "1.1",
|
||||
|
||||
// required packages for the web frontend
|
||||
"PEAR_Frontend_Web" => "0.3"
|
||||
"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"
|
||||
);
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user