mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
# Oops..where did those creep in? =(
This commit is contained in:
parent
40b89f34fb
commit
9f25b9c1f7
@ -1006,7 +1006,7 @@ PHP_FUNCTION(ldap_get_values_len)
|
||||
}
|
||||
|
||||
for (i=0; i<num_values; i++) {
|
||||
// add_next_index_stringl(return_value, ldap_value_len[i]->bv_val, ldap_value_len[i]->bv_len, 1);
|
||||
add_next_index_stringl(return_value, ldap_value_len[i]->bv_val, ldap_value_len[i]->bv_len, 1);
|
||||
}
|
||||
|
||||
add_assoc_long(return_value, "count", num_values);
|
||||
|
Loading…
Reference in New Issue
Block a user