cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

help

From: Michael Miller <mmiller_at_cgrg.ohio-state.edu>
Date: Fri, 26 Apr 2002 10:00:34 -0400

On Thursday, April 25, 2002, at 03:24 PM, curl-and-php-
request_at_lists.sourceforge.net wrote:

> Send Curl-and-php mailing list submissions to
> curl-and-php_at_lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/curl-and-php
> or, via email, send a message with subject or body 'help' to
> curl-and-php-request_at_lists.sourceforge.net
>
> You can reach the person managing the list at
> curl-and-php-admin_at_lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Curl-and-php digest..."
>
>
> Today's Topics:
>
> 1. Re: Stupid question (Daniel Stenberg)
> 2. Re: cURL max-time parameter (Daniel Stenberg)
> 3. Re: How do you enable curl??? (Daniel Stenberg)
>
> --__--__--
>
> Message: 1
> Date: Thu, 25 Apr 2002 09:17:42 +0200 (MET DST)
> From: Daniel Stenberg <daniel_at_haxx.se>
> To: Stefanie.Thies_at_lycos-europe.com
> cc: curl and php list <curl-and-php_at_lists.sourceforge.net>
> Subject: Re: Stupid question
>
> On Wed, 24 Apr 2002 Stefanie.Thies_at_lycos-europe.com wrote:
>
>> One rather stupid question:
>> I want to connect to a telnet server on a specific port.
>> How hav I to write the curl statement?
>>
>> I tried:
>> a) curl telnet://<the server>:<the port>
>
> That's how it is supposed to work. Hm, well I tried this right now and
> it
> works for me.
>
>> b) curl telnet://<the server> <the port>
>
> This is wrong.
>
>> But both did not work.
>
> What happened when you tried the first approach? Try adding -v, it
> usually
> gives some more hints.
>
> --
> Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
>
>
>
> --__--__--
>
> Message: 2
> Date: Thu, 25 Apr 2002 17:44:48 +0200 (MET DST)
> From: Daniel Stenberg <daniel_at_haxx.se>
> To: Omar Uddin <omar2_at_hotelscentral.com>
> cc: curl and php list <curl-and-php_at_lists.sourceforge.net>
> Subject: Re: cURL max-time parameter
>
> On Tue, 23 Apr 2002, Omar Uddin wrote:
>
>> I was wondering if anyone out there has experienced difficulties with
>> the
>> max-time parameter ?
>>
>> I have set it to 60 on this credit card transaction procedure that
>> uses an
>> exec'ed curl.
>>
>> I pass to curl other options like
>>
>> /usr/local/bin/curl -sS -m 60 --connect-timeout 30 -d '&
>>
>> to the site
>>
>> but the max-time parameter does not return the process to it's parent
>> process when this threshold is reached....
>
> The usual questions:
>
> 1. What operating system?
> 2. What curl version?
>
> And some innovative new ones:
>
> 3. When this happens, what is the actual problem with the site, do you
> know
> that?
> 4. Can you repeat this in any way on demand?
>
> --
> Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
>
>
>
> --__--__--
>
> Message: 3
> Date: Thu, 25 Apr 2002 17:49:15 +0200 (MET DST)
> From: Daniel Stenberg <daniel_at_haxx.se>
> To: Jonathan McKenzie <jonmck_at_yahoo.com>
> cc: curl and php list <curl-and-php_at_lists.sourceforge.net>
> Subject: Re: How do you enable curl???
>
> On Wed, 24 Apr 2002, Jonathan McKenzie wrote:
>
>> How do you enable curl?
>
> You invoke the PHP configure with the --with-curl option:
>
> ./configure --with-curl
>
> [then compile and build PHP "as usual"]
>
>> So where can I get libcurl and curl?
>
> http://curl.haxx.se/download.html
>
>> I do not have access to the server. I have a webpage that needs curl
>> enabled, so I contacted my hosting provider and he told me to tell him
>> how
>> to do it. So I am looking for EASY instructions on how to get curl
>> going on
>> his server. If you can point me to some EASY instructions, PLEASE let
>> me
>> know!
>
> I'm not aware of any such dops. The PHP docs for all this is found here:
>
> http://www.php.net/manual/en/ref.curl.php
>
> --
> Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
>
>
>
>
> --__--__--
>
> _______________________________________________
> Curl-and-php mailing list
> Curl-and-php_at_lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/curl-and-php
>
>
> End of Curl-and-php Digest
>
>

--
Thanx
Michael Miller
System Specialist
Emerging Technologies Studio
Advanced Computing Center for the Arts and Design
Ohio State University
"If you're clear in your vision and trust the people in your team with 
clear
objectives, they will invariably do their best to achieve everything
desired, and usually deliver everything you could have hoped for and even
more." -Paul Debevec
Received on 2002-04-26