Re: [PHP] 5.2.5 failed 7 tests

2007-12-03 Thread Peter Smit
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.

Re: [PHP] Curl doesn't handle memory stream

2007-11-29 Thread Peter Smit
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, > >

Re: [PHP] Curl doesn't handle memory stream

2007-11-29 Thread Peter Smit
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

[PHP] Curl doesn't handle memory stream

2007-11-27 Thread Peter Smit
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