]> granicus.if.org Git - php/commitdiff
Add this list here, so that pear-core guys can manipulate the PEAR bundle
authorWez Furlong <wez@php.net>
Thu, 8 Apr 2004 13:32:50 +0000 (13:32 +0000)
committerWez Furlong <wez@php.net>
Thu, 8 Apr 2004 13:32:50 +0000 (13:32 +0000)
for the win32 snapshot.

pear/go-pear-list.php [new file with mode: 0755]

diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php
new file mode 100755 (executable)
index 0000000..0bf6a74
--- /dev/null
@@ -0,0 +1,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.3b6",
+"Mail"                                 =>      "1.1.2",
+"Net_SMTP"                             =>      "1.2.2",
+"Net_Socket"                   =>      "1.0.1",
+"PHPUnit"                              =>      "1.0.0alpha3",
+"Console_Getopt"               =>      "1.2",
+"DB"                                   =>      "1.6.0RC6",
+"HTTP"                                 =>      "1.2.2",
+"Archive_Tar"                  =>      "1.1",
+"Pager"                                        =>      "1.0.8",
+"HTML_Template_IT"             =>      "1.1",
+"XML_Parser"                   =>      "1.0.1",
+"XML_RPC"                              =>      "1.0.4",
+"Net_UserAgent_Detect" =>      "1.0",
+"PEAR_Frontend_Web"            =>      "0.1"
+);
+
+?>