"Reedy" posted a comment on MediaWiki.r107414.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107414#c28655
Commit summary for MediaWiki.r107414:
Simplify wrapper functions
Null (default of method) is fine to be sent as the wrapped method also uses
those as default
-60 lines
Reedy's comment:
<pre>
function ldap_search ($link_identifier, $base_dn, $filter, array $attributes =
null, $attrsonly = null, $sizelimit = null, $timelimit = null, $deref = null) {}
function ldap_read ($link_identifier, $base_dn, $filter, array $attributes =
null, $attrsonly = null, $sizelimit = null, $timelimit = null, $deref = null) {}
function ldap_list ($link_identifier, $base_dn, $filter, array $attributes =
null, $attrsonly = null, $sizelimit = null, $timelimit = null, $deref = null) {}
</pre>
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview