From:             [EMAIL PROTECTED]
Operating system: Linux RedHat6.2
PHP version:      4.0.3pl1
PHP Bug Type:     LDAP related
Bug description:  LDAP_SEARCH 

I use PHP to connect ldap service for searching and modifing information. For search a 
entry, i use this:
$filter="(date >= 20010116)";
then use ldap_search($ld,$dn,$filter);
but seems the function can't work.
surprisingly, if i use 
$filter="(date = 20010116)";  //change '>=' to '='
it works.
so, can anyone tell me what's the wrong with it?
thanks a lot.




-- 
Edit Bug report at: http://bugs.php.net/?id=9351&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to