Browse Source

Proto fixed.

PHP-4.0.5
Egon Schmid 26 years ago
parent
commit
9bb4011d06
  1. 2
      ext/ldap/ldap.c

2
ext/ldap/ldap.c

@ -1371,7 +1371,7 @@ PHP_FUNCTION(ldap_error) {
/* {{{ proto int ldap_compare(int link, string dn, string attr, string value)
Determine if an entry has a specific value for one of its attributes. */
Determine if an entry has a specific value for one of its attributes */
PHP_FUNCTION(ldap_compare) {
pval **link, **dn, **attr, **value;
char *ldap_dn, *ldap_attr, *ldap_value;

Loading…
Cancel
Save