Date: 05/03/01
- Next message: sniper <email protected>: "[PHP-DEV] Bug #10292 Updated: Corrupted VARCHAR values from SELECT when used in arrays or array functions"
- Previous message: sniper <email protected>: "[PHP-DEV] Bug #9257 Updated: Problem with values returned from a select statement"
- In reply to: Alexander Bokovoy: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Next in thread: J. Jones: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Reply: J. Jones: "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 ]
On Thu, 3 May 2001, Alexander Bokovoy wrote:
>> 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.
>Current configure macros in PHP 4.0.x have flaw that breaks your
>assumption. ext/imap uses several PHP_ARG_WITH() macros in order to find
>out configuration options. When building ext/imap as standalone
>dynamically loadable module via phpize (self-contained extension),
>PHP_ARG_WITH() relies on the value of $php_always_shared (which is 'yes'
>here) so result of PHP_ARG_WITH always be 'yes' regardless of user input
>or system checks.
You're both wrong. This is really a bug in the IMAP-2001.beta sources.
It's not possible to build it with SSL support on Unix.
>This is known bug since early March but nobody fixed it and in general
>fixing requires serious rework of PHP4's configure macros concept.
Submit a patch or shut up.
--Jani
-- 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: sniper <email protected>: "[PHP-DEV] Bug #10292 Updated: Corrupted VARCHAR values from SELECT when used in arrays or array functions"
- Previous message: sniper <email protected>: "[PHP-DEV] Bug #9257 Updated: Problem with values returned from a select statement"
- In reply to: Alexander Bokovoy: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Next in thread: J. Jones: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Reply: J. Jones: "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 ]

