php-mod/curl

Verbose mode is not working

Closed this issue · 3 comments

Verbose mode is not working because of $this->setOpt(CURLINFO_HEADER_OUT, true); in init function.
even if you will try to set to false verbose will not work. you must not set it at all if you need verbose output.

nadar commented

So you would recommend an option where this can be configured?

2 years have passed :) I do not remember the context of this issue.

nadar commented

sure, i understand :-) Thanks anyway for reporting.