summaryrefslogtreecommitdiff
path: root/ext/ldap
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2009-04-21 18:08:34 +0000
committerHannes Magnusson <bjori@php.net>2009-04-21 18:08:34 +0000
commitac231aab45bb9ab965f0a6688e2793488cbcaabf (patch)
tree65fc62b2a8797d8113b3224580e811c2f856a35d /ext/ldap
parent4e856c44d03d92b88bcfa166e4e9c3990823371f (diff)
downloadphp-git-ac231aab45bb9ab965f0a6688e2793488cbcaabf.tar.gz
MFH: adjust reflection info
Diffstat (limited to 'ext/ldap')
-rw-r--r--ext/ldap/ldap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c
index dc7a23860f..bb2489c53b 100644
--- a/ext/ldap/ldap.c
+++ b/ext/ldap/ldap.c
@@ -2208,6 +2208,11 @@ PHP_FUNCTION(ldap_8859_to_t61)
ZEND_BEGIN_ARG_INFO_EX(arginfo_ldap_connect, 0, 0, 0)
ZEND_ARG_INFO(0, hostname)
ZEND_ARG_INFO(0, port)
+#ifdef HAVE_ORALDAP
+ ZEND_ARG_INFO(0, wallet)
+ ZEND_ARG_INFO(0, wallet_passwd)
+ ZEND_ARG_INFO(0, authmode)
+#endif
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_ldap_resource, 0, 0, 1)