-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
BugHelp wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.LdapStatus: Needs Review
Description
Symfony version(s) affected: since 4.3.x
Description
Deprecated functions since PHP 7.4:
ldap_control_paged_result()
ldap_control_paged_result_response()
used in LDAP component
https://github.com/symfony/symfony/blob/4.3/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php#L100
https://github.com/symfony/symfony/blob/4.3/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php#L136
will be not available in PHP 8.0
See php/php-src#6235 or php/php-src@550a4f2
How to reproduce
Possible Solution
Checking PHP Version or if method exist ?
Additional context
Metadata
Metadata
Assignees
Labels
BugHelp wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.LdapStatus: Needs Review