Open aseba opened 12 years ago
I've added debug support for the curl.php library and you may be interested in. You just need to do something like
$curl = new Curl; $curl->debug = true;
and curl_setopt($this->request, CURLOPT_VERBOSE, 1) will be set
curl_setopt($this->request, CURLOPT_VERBOSE, 1)
Cheers!
Merged at nickl-/curl@80f8d621f88d98237b63b777c970df2cd1d35176
I've added debug support for the curl.php library and you may be interested in. You just need to do something like
and
curl_setopt($this->request, CURLOPT_VERBOSE, 1)
will be setCheers!