summaryrefslogtreecommitdiff
path: root/ext/ldap/php_ldap.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-07-26 11:01:44 +0000
committerfoobar <sniper@php.net>2000-07-26 11:01:44 +0000
commit123d745249307ae229233a07a31381e4df65210f (patch)
treede5cc0bd7a3ee91e7627d82c82617bb1423f6acf /ext/ldap/php_ldap.h
parent69a075136f30609ce67e7a51b8e44a34b505af15 (diff)
downloadphp-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.h3
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;