shuber / curl

A basic CURL wrapper for PHP
MIT License
462 stars 179 forks source link

Debug support #8

Open aseba opened 12 years ago

aseba commented 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

Cheers!

nickl- commented 12 years ago

Merged at nickl-/curl@80f8d621f88d98237b63b777c970df2cd1d35176