]> granicus.if.org Git - php/commitdiff
* drop "any" as a valid preferred_state
authorStig Bakken <ssb@php.net>
Mon, 27 May 2002 00:20:03 +0000 (00:20 +0000)
committerStig Bakken <ssb@php.net>
Mon, 27 May 2002 00:20:03 +0000 (00:20 +0000)
pear/PEAR/Config.php

index 860dcb3b0be4d6618aa38d580dd98388bd6cc6e2..f0392ac6dc28e0f872d5fbb12f231f87aacffe6f 100644 (file)
@@ -131,10 +131,9 @@ class PEAR_Config extends PEAR
         'preferred_state' => array(
             'type' => 'set',
             'default' => 'stable',
-            'doc' => 'the installer will prefer releases with this state
-when installing packages without a version or state specified',
+            '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', 'any'),
+                'stable', 'beta', 'alpha', 'devel', 'snapshot'),
             ),
         'http_proxy' => array(
             'type' => 'string',