This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Ldap
Robin Chalas 4365af6ce8 Merge branch '4.4' into 5.2
* 4.4:
  Fix PHP 8.1 null values
  [Console] Fix PHP 8.1 null error for preg_match flag
  Fix: Article
  Definition::removeMethodCall should remove all matching calls
  mark the LazyIterator class as internal
  fix extracting mixed type-hinted property types
  keep valid submitted choices when additional choices are submitted
2021-02-15 19:55:04 +01:00
..
Adapter Merge branch '4.4' into 5.2 2021-02-15 19:55:04 +01:00
Exception Typo - Fix bad classnames in Exceptions docblocks 2019-08-19 15:54:22 +02:00
Security Merge branch '5.1' into 5.2 2021-01-19 22:00:40 +01:00
Tests Merge branch '5.1' into 5.2 2021-01-27 12:19:04 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
CHANGELOG.md Fix CS in changelogs 2020-12-10 17:34:26 +01:00
composer.json Merge branch '4.4' into 5.1 2021-01-10 17:29:19 +01:00
Entry.php Merge branch '4.4' into 5.1 2020-12-27 14:04:50 +01:00
Ldap.php Merge branch '4.4' into 5.1 2021-01-25 14:59:38 +01:00
LdapInterface.php Merge branch '4.4' into 5.1 2020-12-08 18:02:38 +01:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
phpunit.xml.dist Use GithubAction to run ldap tests 2020-11-16 16:15:08 +01:00
README.md Improve composer.json descriptions 2021-01-10 17:25:35 +01:00

Ldap Component

The LDAP component provides a LDAP client for PHP on top of PHP's ldap extension.

Disclaimer

This component is only stable since Symfony 3.1. Earlier versions have been marked as internal as they still needed some work. Breaking changes were introduced in Symfony 3.1, so code relying on previous version of the component will break with this version.

Resources