mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
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.