From: foobar Date: Sun, 11 Dec 2005 22:38:38 +0000 (+0000) Subject: MFH: - Added missing fold tags X-Git-Tag: php-5.1.2RC1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddcc5257ac3b077f27bb3888f252ebfdcbdbfaa7;p=php MFH: - Added missing fold tags --- diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 8a388489f5..d83c35bdc3 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -525,8 +525,9 @@ static php_ldap_bictx *_php_sasl_setdefs(LDAP *ld, char *sasl_mech, char *sasl_r return ctx; } +/* }}} */ -/* {{{ _php_sasl_setdefs +/* {{{ _php_sasl_freedefs */ static void _php_sasl_freedefs(php_ldap_bictx *ctx) { @@ -537,6 +538,7 @@ static void _php_sasl_freedefs(php_ldap_bictx *ctx) if (ctx->authzid) ber_memfree(ctx->authzid); ber_memfree(ctx); } +/* }}} */ /* {{{ _php_sasl_interact Internal interact function for SASL */ @@ -569,6 +571,7 @@ static int _php_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in } return LDAP_SUCCESS; } +/* }}} */ /* {{{ proto bool ldap_sasl_bind(resource link [, string binddn, string password, string sasl_mech, string sasl_realm, string sasl_authz_id, string props]) Bind to LDAP directory using SASL */