diff options
author | foobar <sniper@php.net> | 2000-07-26 11:01:44 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2000-07-26 11:01:44 +0000 |
commit | 123d745249307ae229233a07a31381e4df65210f (patch) | |
tree | de5cc0bd7a3ee91e7627d82c82617bb1423f6acf /ext/ldap/php_ldap.h | |
parent | 69a075136f30609ce67e7a51b8e44a34b505af15 (diff) | |
download | php-git-123d745249307ae229233a07a31381e4df65210f.tar.gz |
@- Added new function: ldap_compare(). (Jani)
# Documentation is coming right after this.
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index a2f941838c..8ede7263eb 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -14,6 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Amitay Isaacs <amitay@w-o-i.com> | | Eric Warnke <ericw@albany.edu> | + | Jani Taskinen <sniper@iki.fi> | +----------------------------------------------------------------------+ */ @@ -76,6 +77,8 @@ PHP_FUNCTION(ldap_errno); PHP_FUNCTION(ldap_err2str); PHP_FUNCTION(ldap_error); +PHP_FUNCTION(ldap_compare); + ZEND_BEGIN_MODULE_GLOBALS(ldap) long default_link; long num_links, max_links; |