From: foobar Date: Sun, 11 Dec 2005 22:38:24 +0000 (+0000) Subject: - Added missing fold tags X-Git-Tag: RELEASE_1_0_4~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=953cff2d0acefdc7c88194beb4c842d0a892d230;p=php - Added missing fold tags --- diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 8e4d7c47f1..900e877b3c 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 */