Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug support #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Debug support #8

wants to merge 3 commits into from

Conversation

aseba
Copy link

@aseba aseba commented Mar 25, 2012

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-
Copy link

nickl- commented Jun 19, 2012

Merged at nickl-/curl@80f8d62

charly22 and others added 2 commits July 25, 2014 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants