summaryrefslogtreecommitdiff
path: root/pear/go-pear-list.php
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-04-08 13:32:50 +0000
committerWez Furlong <wez@php.net>2004-04-08 13:32:50 +0000
commit61144768ede0dcc3f7b0f5ce20d3d3da39d5b4e2 (patch)
tree98694c12794c50689cef82d4adefb2a5ce6a1ae1 /pear/go-pear-list.php
parenta8757b11e64053ef79ba02c2bfb177e7c56f65a8 (diff)
downloadphp-git-61144768ede0dcc3f7b0f5ce20d3d3da39d5b4e2.tar.gz
Add this list here, so that pear-core guys can manipulate the PEAR bundle
for the win32 snapshot.
Diffstat (limited to 'pear/go-pear-list.php')
-rwxr-xr-xpear/go-pear-list.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php
new file mode 100755
index 0000000000..0bf6a74f2c
--- /dev/null
+++ b/pear/go-pear-list.php
@@ -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"
+);
+
+?>