php-src/ext/ldap
George Peter Banyard c3e65d9069 Fix [-Wtype-limits] warning in LDAP by removing unnecessary condition
As context is a pointer to a berval struct and bv_len is of type
ber_len_t [1] which it self is defined as an unsigned integer [2]
this condition is always true.

[1] https://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=include/lber.h#l212
[2] https://www.openldap.org/software//man.cgi?query=ber_free&sektion=3&apropos=0&manpath=OpenLDAP+2.4-Release
2020-02-06 13:20:15 +01:00
..
tests Reindent phpt files 2020-02-03 22:52:20 +01:00
config.m4 Merge branch 'PHP-7.4' 2019-09-06 15:00:17 +02:00
config.w32 Merge branch 'PHP-7.4' 2019-06-11 17:12:33 +02:00
CREDITS
ldap.c Fix [-Wtype-limits] warning in LDAP by removing unnecessary condition 2020-02-06 13:20:15 +01:00
ldap.stub.php Add union return types for function stubs 2019-11-11 14:54:55 +01:00
ldap_arginfo.h Add union return types for function stubs 2019-11-11 14:54:55 +01:00
php_ldap.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00