Date: 05/02/01
- Next message: chagenbu <email protected>: "[PHP-DEV] Bug #10330 Updated: imap-2001.BETA and imap-ssl support in PHP4"
- Previous message: Andi Gutmans: "[PHP-DEV] RE: [PHP-QA] 4.0.6"
- Next in thread: Alexander Bokovoy: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Reply: Alexander Bokovoy: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quoting "J. Jones" <jjones <email protected>>:
> The imap module fails with the following (perhaps only when building
> against imap-2000*):
>
> php_imap.c: In function `php_minit_imap':
> php_imap.c:450: `auth_ssl' undeclared (first use in this function)
> php_imap.c:450: (Each undeclared identifier is reported only once
> php_imap.c:450: for each function it appears in.)
This code branch should only be triggered if HAVE_IMAP_SSL is defined, which
should only happen if you configure php --with-imap-ssl. If you're doing so,
it's assumed that you've built c-client with SSL support.
-chuck
-- Charles Hagenbuch, <chuck <email protected>> You will receive an urgent transmission from the Martian government informing you that Mars does not, in fact, need women, so please stop sending them.-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: chagenbu <email protected>: "[PHP-DEV] Bug #10330 Updated: imap-2001.BETA and imap-ssl support in PHP4"
- Previous message: Andi Gutmans: "[PHP-DEV] RE: [PHP-QA] 4.0.6"
- Next in thread: Alexander Bokovoy: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Reply: Alexander Bokovoy: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

