From: Ilia Alshanetsky Date: Sun, 17 Dec 2006 18:23:10 +0000 (+0000) Subject: MFB: Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying X-Git-Tag: RELEASE_1_0_0RC1~677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=503a78bc17cbc5122f9f6fd4a344e9805886309e;p=php MFB: Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client). --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 1db7fa9b83..9cd9a12f9a 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -471,6 +471,7 @@ PHP_MINIT_FUNCTION(imap) #if HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS) auth_link(&auth_gss); /* link in the gss authenticator */ #endif + auth_link(&auth_pla); /* link in the plain authenticator */ #ifdef HAVE_IMAP_SSL ssl_onceonlyinit ();