Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client).

This commit is contained in:
Ilia Alshanetsky 2006-12-17 18:22:53 +00:00
parent 93a606a192
commit 24cc05dc09
2 changed files with 3 additions and 0 deletions

View file

@ -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 ();