edink Mon Feb 19 16:04:14 2007 UTC
Modified files:
/php-src/ext/imap php_imap.c
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.236&r2=1.237&diff_format=u
Index: php-src/ext/imap/php_imap.c
diff -u php-src/ext/imap/php_imap.c:1.236 php-src/ext/imap/php_imap.c:1.237
--- php-src/ext/imap/php_imap.c:1.236 Fri Feb 16 13:28:32 2007
+++ php-src/ext/imap/php_imap.c Mon Feb 19 16:04:14 2007
@@ -26,7 +26,7 @@
| PHP 4.0 updates: Zeev Suraski <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: php_imap.c,v 1.236 2007/02/16 13:28:32 tony2001 Exp $ */
+/* $Id: php_imap.c,v 1.237 2007/02/19 16:04:14 edink Exp $ */
#define IMAP41
@@ -475,11 +475,11 @@
auth_link(&auth_gss); /* link in the gss authenticator */
#endif
auth_link(&auth_pla); /* link in the plain authenticator */
+#endif
#ifdef HAVE_IMAP_SSL
ssl_onceonlyinit ();
#endif
-#endif
/* lets allow NIL */
REGISTER_LONG_CONSTANT("NIL", NIL, CONST_PERSISTENT | CONST_CS);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php