Richard Lynch wrote:
> 
> >Here's some sample code:
> >
> ><?
> > $hostname = 'ssl://155.246.211.23';
> 
> You have to be running PHP 4.3.0 (IE, CVS or snapshot) to use 'ssl://' with
> fsockopen, according to the manual.
> 
> You may have to use cURL for now, or develop in 4.3.0 and deploy when it's
> ready, or...
> 
> It will be pretty cool when the SSL stuff can be done as transparently as
> http:// can right now!

Can't believe I missed the version thing - thanks!  I guess I'll try
using cURL for now until 4.3.0 comes out...it'll definitely make things
very nice.

--Josh Levine

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

Reply via email to