curl icon indicating copy to clipboard operation
curl copied to clipboard

Debug support

Open aseba opened this issue 13 years ago • 1 comments

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

Cheers!

aseba avatar Mar 25 '12 17:03 aseba

Merged at nickl-/curl@80f8d621f88d98237b63b777c970df2cd1d35176

nickl- avatar Jun 19 '12 08:06 nickl-