| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
Re: debugging curl
From: V. Simsive <v.simsive_at_gmail.com>
Date: Fri, 28 Mar 2008 23:38:54 +0400
Hello Michael,
> I've been trying to use the code here to get debugging information
If you will enable only CURLOPT_VERBOSE all data will be sent to STDERR
curl_setopt($ch, CURLOPT_VERBOSE, 1);
where $fp is file handle to output errors (in out case debug information)
$fp = fopen(dirname(__FILE__).'/errorlog.txt', 'w');
That code works fine for me ;) Hope my post helps
-- Best regards, Vitali mailto:v.simsive_at_gmail.com p.s. I hope this message will be added as replay and not as a new port :) _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2008-03-28 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info