1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

* allow "any" as a preferred_state value

This commit is contained in:
Stig Bakken
2002-03-29 02:38:07 +00:00
parent 99cfda3756
commit f6e4eea39a
+1 -1
View File
@@ -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(