]> granicus.if.org Git - php/commitdiff
(PHP ldap_get_entries): Fix string function name.
authorAndrei Zmievski <andrei@php.net>
Tue, 19 Oct 1999 14:42:54 +0000 (14:42 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 19 Oct 1999 14:42:54 +0000 (14:42 +0000)
ext/ldap/ldap.c

index 86d7dfa8f2d503d2e75bd57dfdf69e04eaf3299d..a3f24a5fd585757d695cc0000e90b3bfa1f50134 100644 (file)
@@ -823,7 +823,7 @@ PHP_FUNCTION(ldap_get_entries)
                        }       
                        ldap_value_free(ldap_value);
 
-                       zend_hash_update(tmp1->value.ht, _php3_strtolower(attribute), strlen(attribute)+1, (void *) &tmp2, sizeof(pval *), NULL);
+                       zend_hash_update(tmp1->value.ht, php_strtolower(attribute), strlen(attribute)+1, (void *) &tmp2, sizeof(pval *), NULL);
                        add_index_string(tmp1, attr_count, attribute, 1);
 
                        attr_count++;