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
Nicolas Grekas c231214e59 Merge branch '5.0'
* 5.0: (28 commits)
  [DoctrineBridge] Use new Types::* constants and support new json type
  Fix bad merge in README of Nexmo Notifier bridge
  [Debug][ErrorHandler] improved deprecation notices for methods new args and return type
  [BrowserKit] Nested file array prevents uploading file
  [ExpressionLanguage] Fixed collisions of character operators with object properties
  remove usage of already deleted Symfony\Component\EventDispatcher\Event
  [Notifier] Add correct tags for NullTransportFactory
  [Validator] Remove specific check for Valid targets
  [PhpUnitBridge] Use trait instead of extending deprecated class
  Fix versioned namespace clears
  fix remember me
  Use strict assertion in asset tests
  [DoctrineBridge][DoctrineExtractor] Fix indexBy with custom and some core types
  Do not rely on the current locale when dumping a Graphviz object
  fix typo
  [Ldap] force default network timeout
  [Config] don't throw on missing excluded paths
  Docs: Typo, grammar
  [Validator] Add the missing translations for the Polish ("pl") locale
  [PhpUnitBridge] Add compatibility to PHPUnit 9 #35662
  ...
2020-02-24 16:14:17 +01:00
..
Adapter Merge branch '4.4' into 5.0 2020-02-24 16:05:31 +01:00
Exception Typo - Fix bad classnames in Exceptions docblocks 2019-08-19 15:54:22 +02:00
Security Merge branch '4.4' 2019-10-07 11:06:09 +02:00
Tests Merge branch '4.4' 2019-09-24 18:05:28 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
CHANGELOG.md Fix typo 2019-06-26 11:36:48 +02:00
composer.json Merge branch '5.0' 2019-11-21 08:02:52 +01:00
Entry.php Merge branch '4.4' 2019-08-14 14:45:29 +02:00
Ldap.php Merge branch '4.4' 2019-12-01 09:49:37 +01:00
LdapInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Fixed markdown file 2019-08-13 19:39:09 +02:00

Ldap Component

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