Re: [PHP-DEV] PHP SSL Client

2001-06-23 Thread Wez Furlong
On 22/06/01, [EMAIL PROTECTED] wrote: > We are not regular PHP developers, but one of our programmers developed a > patch to 4.0.5 that allows PHP to act as an SSL client. > > If you believe that it is useful, feel free to add to the PHP code base. Jeff, Thanks for your patch, but we do have a

[PHP-DEV] PHP SSL Client

2001-06-22 Thread [EMAIL PROTECTED]
We are not regular PHP developers, but one of our programmers developed a patch to 4.0.5 that allows PHP to act as an SSL client. This patch adds the fsockopen_ssl() and pfsockopen_ssl() functions. It works at a lower level than the curl package and allows you to add SSL to anything by simply

[PHP-DEV] PHP SSL Client

2001-06-20 Thread [EMAIL PROTECTED]
We are not regular PHP developers, but one of our programmers developed a patch to 4.0.5 that allows PHP to act as an SSL client. This patch adds the fsockopen_ssl() and pfsockopen_ssl() functions. It works at a lower level than the curl package and allows you to add SSL to anything by simply