Re: [PHP] No SSL support in core functions with shared extensions

2004-08-30 Thread Michael Ranner
Am Dienstag, 31. August 2004 08:18 schrieb Curt Zirzow: > * Thus wrote Michael Ranner: > > Hello! > > > > Warning: fsockopen(): no SSL support in this build > > in /usr/local/www/squirrelmail/functions/imap_general.php on line 445 > > > > If I build PHP with "--with-openssl=${OPENSSLBASE}" SSL is s

Re: [PHP] No SSL support in core functions with shared extensions

2004-08-30 Thread Curt Zirzow
* Thus wrote Michael Ranner: > Hello! > > Warning: fsockopen(): no SSL support in this build > in /usr/local/www/squirrelmail/functions/imap_general.php on line 445 > > If I build PHP with "--with-openssl=${OPENSSLBASE}" SSL is supported by > "fsockopen()", but with "--with-openssl=shared,${OPE

[PHP] No SSL support in core functions with shared extensions

2004-08-30 Thread Michael Ranner
Hello! Some weeks ago, the FreeBSD PHP4 port has changed from building with static extensions to use seperate ports for each extension. I use SquirrelMail, which uses "fsockopen()" to connect with our IMAP server. For this connections TLS/SSL is needed, and all was working ok with static includ