On Dec 3, 2007 12:18 AM, Bill <[EMAIL PROTECTED]> wrote:
> Do failed tests mean I absolutely should NOT install. Or is it normal to
> have a few fails? Try two different versions, all have some failure.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.
On Nov 29, 2007 5:18 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
> On Nov 29, 2007 7:56 AM, Peter Smit <[EMAIL PROTECTED]> wrote:
>
> >
> >
> >
> > On Nov 27, 2007 11:43 PM, Peter Smit <[EMAIL PROTECTED]> wrote:
> > > Hello,
> >
On Nov 27, 2007 11:43 PM, Peter Smit <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've got quite a strange problem with the curl library.
>
> The following code does output Content||\Content instead of
> Content|example.orgoutput|\Content
>
> $c = curl_init("h
Hello,
I've got quite a strange problem with the curl library.
The following code does output Content||\Content instead of
Content|example.orgoutput|\Content
$c = curl_init("http://example.com";);
$st = fopen("php://memory", "r+");
curl_setopt($c, CURLOPT_FILE, $st);
if(!curl_exec($c)) die ("e
4 matches
Mail list logo