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

curl-and-php

Re: How to get a : into the http headers

From: Robert Brose <bob_at_jriver.com>
Date: Wed, 27 Aug 2008 10:25:15 -0500 (CDT)

It turned out the be that the server was using an interface from php to the
command line curl executable and that is somewhat broken. After adding
the php-curl package the server used libcurl instead and it works fine.

Bob

User Daniel Stenberg says:
> On Tue, 26 Aug 2008, Robert Brose wrote:
>
> > I'm using curl 7.15.5 with php 4.4.4 and apache on debian linux. I need to
> > do a post with a header line that contains a : (see the SOAPAction line).
> > When I try to create it the : acts as a delimiter and chops off everything
> > after it (I can see this with tcpdump). I can't seem to find a way around
> > this. Is there one?
>
> I can't see anything in libcurl that would cut this off. Can the PHP/CURL
> module be to blame for this?
>
> libcurl 7.15.5 is very old and so seems php 4.4.4. Perhaps it works if you try
> more modern versions?
>
> --
>
> / daniel.haxx.se
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2008-08-27