On Fri, January 20, 2006 7:38 am, James Benson wrote:
> Im running into the followng error when trying to use fsockopen with
> the
> openssl extension,
>
>
>
> Warning: fsockopen(): php_stream_sock_ssl_activate_with_method: failed
> to create an SSL context
>
> Warning: fsockopen(): failed to activate SSL mode 1
>
> Socket Error: Operation now in progress
>
>
>
>
> Anyone have any clues as to what this may be or why its happening?
>
> Perhaps a compile problem, anyway, I probably will try 4.4.0 because
> ive
> not made any changes to the script for a few months but have upgraded
> to
> 4.4.2 recently then get this error, very suspicious i think?

Didja remember to include OpenSSL when you compiled PHP 4.4.2???

Check your phpinfo() and see if it's in there.

If it ain't, you ain't gonna be able to build an SSL context, cuz you
ain't got SSL in your PHP to start with...

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to