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

2004-08-30 Thread Michael Ranner
Am Dienstag, 31. August 2004 06:32 schrieben Sie: > A) I have never done, nor seen, a FBSD port build with a > "tag=," construct before, but perhaps it does work? Yes it builds the shared extension, look at "configure --help" > B) Using PHP5 as a reference instead of PHP4, the ext/openssl/configu

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

[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