Skip to content

Fix signatures of ldap_* functions#8147

Merged
orklah merged 2 commits intovimeo:4.xfrom
othercorey:fix-ldap
Jun 23, 2022
Merged

Fix signatures of ldap_* functions#8147
orklah merged 2 commits intovimeo:4.xfrom
othercorey:fix-ldap

Conversation

@othercorey
Copy link
Copy Markdown
Contributor

@othercorey othercorey commented Jun 23, 2022

There were many functions that had LDAP\Connection instead of LDAP\Result or LDAP\ResultEntry.

@othercorey
Copy link
Copy Markdown
Contributor Author

I couldn't find these functions in the documentation or php source stubs. Removing them caused other errors in historical maps:

'ldap_control_paged_result' => ['bool', 'link_identifier'=>'resource', 'pagesize'=>'int', 'iscritical='=>'bool', 'cookie='=>'string'],
'ldap_control_paged_result_response' => ['bool', 'link_identifier'=>'resource', 'result_identifier'=>'resource', '&w_cookie'=>'string', '&w_estimated'=>'int'],

@AndrolGenhald
Copy link
Copy Markdown
Collaborator

@AndrolGenhald AndrolGenhald added the release:fix The PR will be included in 'Fixes' section of the release notes label Jun 23, 2022
@othercorey
Copy link
Copy Markdown
Contributor Author

They need to be removed in the 8.0 delta.

Done. I didn't see the added and removed lists before.

@orklah
Copy link
Copy Markdown
Collaborator

orklah commented Jun 23, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:fix The PR will be included in 'Fixes' section of the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants