Walt Mankowski on 29 Dec 2007 13:56:03 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] curl error


On Sat, Dec 29, 2007 at 04:41:04PM -0500, Brian Vagnoni wrote:
> You wouldn't mind posting the script, of course remove all confidential information first. Or e-mail me privately?
> 
> You could also try:
> 
> $info_array = curl_getinfo($s);
> 
> this returns an array of information about the session
> 
> $errors = curl_error($s);
> 
> returns any session errors.
> 
> Are you closing each session after you are done with it?
> curl_close($s);

These are all calls in curl's C API (contained in libcurl, which Eric
mentioned in his email), so they're not going to help him much in his
bash script.

Walt

Attachment: signature.asc
Description: Digital signature

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug