kausha-mehta / php-twitter

Automatically exported from code.google.com/p/php-twitter
0 stars 0 forks source link

CURLOPT_VERBOSE && STDERR #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would suggest ti change line:
        curl_setopt($ch, CURLOPT_VERBOSE, 1);
to this:
        curl_setopt($ch, CURLOPT_VERBOSE, $this->debug);
so that the STDERR is outputted only when debugging.

Original issue reported on code.google.com by cristian...@gmail.com on 30 Jul 2009 at 1:24