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 34acfe4bfb Merge branch '4.0' into 4.1
* 4.0:
  [HttpKernel] fix PHP 5.4 compat
  Fix surrogate not using original request
  [Finder] Update RealIteratorTestCase
  [Routing] remove unneeded dev dep on doctrine/common
  [minor] SCA
  [Validator] Remove BOM in some xlf files
  Fix #27378: Error when rendering a DateIntervalType form with exactly 0 weeks
  [HttpKernel] fix session tracking in surrogate master requests
2018-06-19 23:38:16 +02:00
..
Adapter Merge branch '4.0' into 4.1 2018-06-19 23:38:16 +02:00
Exception Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" 2018-05-30 09:26:09 +02:00
Tests Allow adding and removing values to/from multi-valued attributes 2018-04-04 19:25:31 +02:00
.gitignore
CHANGELOG.md Allow adding and removing values to/from multi-valued attributes 2018-04-04 19:25:31 +02:00
composer.json updated version to 4.1 2017-11-21 18:31:29 +01:00
Entry.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Ldap.php fixed CS 2018-05-11 17:58:37 +02:00
LdapInterface.php fixed CS 2017-09-11 14:23:01 -07:00
LICENSE Merge branch '2.7' into 2.8 2018-01-03 08:36:31 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.2 2017-04-12 07:13:17 -07:00
README.md

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