php-src/ext/ldap
Côme Chilliet 15a3eca3ef Change $controls parameter to default to null in ext/ldap
It appeared that not passing $controls and passing [] caused different
 behaviors, when not passing it the controls set through ldap_set_option
 would be used, when passing [] they would not.

So, this parameter is now nullable and defaults to null to have a
 consistent behavior.
2020-10-15 11:48:47 +02:00
..
tests Remove deprecated functions from php-ldap 2020-10-01 10:15:27 +02: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_arginfo.h Change $controls parameter to default to null in ext/ldap 2020-10-15 11:48:47 +02:00
ldap.c Change $controls parameter to default to null in ext/ldap 2020-10-15 11:48:47 +02:00
ldap.stub.php Change $controls parameter to default to null in ext/ldap 2020-10-15 11:48:47 +02:00
php_ldap.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00