This blog has been retired. My new home is at http://josephscott.org/.
0

PHP Implementation of cURL

Posted on July 10th, 2006 / No Comments »
Tags: ,

This is just brilliant. A PHP implementation of cURL. The bottom line: with this you can use the PHP cURL functions even if the extension isn’t around. The library first checks for the extension, then the command line client and if neither of those are around then it makes use of its own code. Even works with SSL as long as the OpenSSL extension is available.

Ads