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
Original issue reported on code.google.com by
cristian...@gmail.com
on 30 Jul 2009 at 1:24