diff options
author | Hannes Magnusson <bjori@php.net> | 2009-04-21 18:08:34 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2009-04-21 18:08:34 +0000 |
commit | ac231aab45bb9ab965f0a6688e2793488cbcaabf (patch) | |
tree | 65fc62b2a8797d8113b3224580e811c2f856a35d | |
parent | 4e856c44d03d92b88bcfa166e4e9c3990823371f (diff) | |
download | php-git-ac231aab45bb9ab965f0a6688e2793488cbcaabf.tar.gz |
MFH: adjust reflection info
-rw-r--r-- | ext/ldap/ldap.c | 5 |
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) |