From: Greg Beaver Date: Thu, 11 Dec 2003 23:30:52 +0000 (+0000) Subject: add missing not relation X-Git-Tag: php-5.0.0b3RC1~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0134c5c3abce75a4df654af66207fe01b5e8ec52;p=php add missing not relation --- diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 618ecf64b1..fd6bf30d20 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -69,7 +69,7 @@ $GLOBALS['_PEAR_Common_dependency_types'] = array('pkg','ext','php','prog','ldli * Valid dependency relations * @var array */ -$GLOBALS['_PEAR_Common_dependency_relations'] = array('has','eq','lt','le','gt','ge'); +$GLOBALS['_PEAR_Common_dependency_relations'] = array('has','eq','lt','le','gt','ge','not'); /** * Valid file roles