Posted by Michael Phipps on 10/17/83 11:22
// Snoopy will use cURL for fetching
// SSL content if a full system path to
// the cURL binary is supplied here.
// set to false if you do not have
// cURL installed. See http://curl.haxx.se
// for details on installing cURL.
// Snoopy does *not* use the cURL
// library functions built into php,
// as these functions are not stable
// as of this Snoopy release.
I'll try and help through a process of illimination.
Are you using this class on your own server where you control everything in
the environment, or are you using virtual hosting? This class uses the
actual cURL library rather than the built in php functions, so wants to know
the actual location of cURL.
Have you had ANY success using this class? Using the inbuilt PHP curl
libraries can achieve a similar result to Snoopy (except Snoopy has methods
to make it easier to extract information from the result data.)
[Back to original message]
|