-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: ldap_bind() expects at most 3 parameters, 4 given #187
Comments
/cc @OskarStark |
I couldn't find any occurence in the PHP source code where cc @nikic , as php/doc-en is only a mirror, how can we fix that? |
Also see php/doc-en#20. |
this issue is solved in v1.0.3 |
Thank you! |
When using
thecodingmachine/safe:1.0.2
on PHP 7.3.11, we have observed the following warning:When looking at
it's not apparent that
ldap_bind()
accepts 4 arguments.In contrast, the wrapping function
Safe\ldap_bind()
accepts and invokesldap_bind()
with 4 arguments :The documentation, from which the code is generated, states that
ldap_bind()
accepts 4 arguments:Perhaps there is something wrong with the documentation?
The text was updated successfully, but these errors were encountered: