summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-03-29 02:38:07 +0000
committerStig Bakken <ssb@php.net>2002-03-29 02:38:07 +0000
commitf6e4eea39a6dfab287eaeb0098a082cc98647e6f (patch)
tree067a59de5f3de6fb9f589e1b9703f391b55f1903
parent99cfda37569a40ebad0b65ff8cd706b93c87a5de (diff)
downloadphp-git-f6e4eea39a6dfab287eaeb0098a082cc98647e6f.tar.gz
* allow "any" as a preferred_state value
-rw-r--r--pear/PEAR/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR/Config.php b/pear/PEAR/Config.php
index 8bac159a47..62ad1cdea3 100644
--- a/pear/PEAR/Config.php
+++ b/pear/PEAR/Config.php
@@ -128,7 +128,7 @@ class PEAR_Config extends PEAR
'doc' => 'the installer will prefer releases with this state
when installing packages without a version or state specified',
'valid_set' => array(
- 'stable', 'beta', 'alpha', 'devel', 'snapshot'),
+ 'stable', 'beta', 'alpha', 'devel', 'snapshot', 'any'),
),
/*
'testset1' => array(