On Tue, 7 Feb 2023 at 12:56, Côme Chilliet <c...@chilliet.eu> wrote:
> Le vendredi 27 janvier 2023, 10:00:35 CET Andreas Heigl a écrit : > > Hey Folks. > > > > I think it would be a good idea to deprecate calling ldap_connect with 2 > > parameters host and port. > > Hello, > > My long term plan was to replace it by a constructor for the new > \LDAP\Connection class that only accepts the URI syntax. Which would also > be better because ldap_connect is a really confusing name as it does not > actually connect to anything. > > But I’m unfamiliar with how to write object methods into PHP modules, and > I do not have much time to allocate to php-ldap. > > If you are interested into working on some OO methods for php-ldap > classes, I have a ton of ideas on how to make it awesome. > > Côme > Please let me know and I can spend some time on it. I also think working with objects was made significantly easier now that we have proper stubs and derive a lot of code generation from it. Best regards, George P. Banyard