edink Thu Mar 22 00:08:55 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/imap php_imap.c Log: MFH: fix SSL connection on windows http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.142.2.44.2.11&r2=1.142.2.44.2.12&diff_format=u Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/php_imap.c:1.142.2.44.2.11 php-src/ext/imap/php_imap.c:1.142.2.44.2.12 --- php-src/ext/imap/php_imap.c:1.142.2.44.2.11 Mon Jan 29 10:08:17 2007 +++ php-src/ext/imap/php_imap.c Thu Mar 22 00:08:55 2007 @@ -26,7 +26,7 @@ | PHP 4.0 updates: Zeev Suraski <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: php_imap.c,v 1.142.2.44.2.11 2007/01/29 10:08:17 tony2001 Exp $ */ +/* $Id: php_imap.c,v 1.142.2.44.2.12 2007/03/22 00:08:55 edink Exp $ */ #define IMAP41 @@ -438,11 +438,11 @@ #if HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS) auth_link(&auth_gss); /* link in the gss authenticator */ #endif +#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