* 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,${OPENSSLBASE}" fsockopen() > gives me the above error message.
Is php loading the openssl.so file, via extension=openssl.so? Check the output of phpinfo() and look for openssl in the list of modules that are loaded. Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php