LdapRecord 2.4.8 and 2.5.0

LdapRecord aims to provide a simple way to interact with LDAP entries using PHP. The project has released versions 2.4.8 and 2.5.0. Changes included in these releases are:

  • Added escaping to filters in log messages (version 2.4.8)
  • Added the ability to iterate through search results in pages to avoid memory issues with large result sets (version 2.5.0)
  • Added the ability to fetch a model’s object classes (version 2.5.0)
  • Dropped support for PHP 7.2 (version 2.5.0)
  • Deprecated the DeprecatedPaginator class and the Ldap::supportsServerControlsInMethods method (version 2.5.0)