mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client).
This commit is contained in:
parent
93a606a192
commit
24cc05dc09
2 changed files with 3 additions and 0 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue