From: Hannes Magnusson Date: Tue, 21 Apr 2009 18:08:34 +0000 (+0000) Subject: MFH: adjust reflection info X-Git-Tag: php-5.3.0RC2~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac231aab45bb9ab965f0a6688e2793488cbcaabf;p=php MFH: adjust reflection info --- 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)