iliaa           Sun Dec 17 18:23:10 2006 UTC

  Modified files:              
    /php-src/ext/imap   php_imap.c 
  Log:
  MFB: Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying
  libc-client).
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.229&r2=1.230&diff_format=u
Index: php-src/ext/imap/php_imap.c
diff -u php-src/ext/imap/php_imap.c:1.229 php-src/ext/imap/php_imap.c:1.230
--- php-src/ext/imap/php_imap.c:1.229   Fri Nov 24 10:28:26 2006
+++ php-src/ext/imap/php_imap.c Sun Dec 17 18:23:10 2006
@@ -26,7 +26,7 @@
    | PHP 4.0 updates:  Zeev Suraski <[EMAIL PROTECTED]>                       |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_imap.c,v 1.229 2006/11/24 10:28:26 tony2001 Exp $ */
+/* $Id: php_imap.c,v 1.230 2006/12/17 18:23:10 iliaa Exp $ */
 
 #define IMAP41
 
@@ -471,6 +471,7 @@
 #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 ();

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to