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

2008-02-14 Thread Richard Lynch
On Wed, February 13, 2008 8:19 pm, Nathan Nobbe wrote: > On Feb 13, 2008 6:52 PM, Richard Lynch <[EMAIL PROTECTED]> wrote: > >> On Wed, February 13, 2008 4:11 pm, Nathan Nobbe wrote: >> >> You may or may not want to file a bug report with curl itself, >> depending on whether PHP is doing the stre

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

2008-02-13 Thread Manuel Lemos
Hello on 02/13/2008 08:11 PM Nathan Nobbe said the following: > On Feb 13, 2008 5:07 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > >> I see on the http://us.php.net/wrappers.php page that only php 5.1.0 and >> newer >> have this feature. What version of PHP are you using? > > > thanks for your ti

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

2008-02-13 Thread Nathan Nobbe
On Feb 13, 2008 6:52 PM, Richard Lynch <[EMAIL PROTECTED]> wrote: > On Wed, February 13, 2008 4:11 pm, Nathan Nobbe wrote: > > You may or may not want to file a bug report with curl itself, > depending on whether PHP is doing the stream file handling or curl is. > > At a wild guess, I would expect

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

2008-02-13 Thread Richard Lynch
On Wed, February 13, 2008 4:11 pm, Nathan Nobbe wrote: > On Feb 13, 2008 5:07 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > >> I see on the http://us.php.net/wrappers.php page that only php 5.1.0 >> and >> newer >> have this feature. What version of PHP are you using? > > > thanks for your time jim

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

2008-02-13 Thread Nathan Nobbe
On Feb 13, 2008 5:10 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > Nathan Nobbe wrote: > > On Nov 29, 2007 10:59 AM, Peter Smit <[EMAIL PROTECTED]> wrote: > > > >> If nobody has a solution I think I'll report it as a bug tomorrow. > > > > > > did you ever report a bug on this ? > > > > http://bugs.ph

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

2008-02-13 Thread Nathan Nobbe
On Feb 13, 2008 5:07 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > I see on the http://us.php.net/wrappers.php page that only php 5.1.0 and > newer > have this feature. What version of PHP are you using? thanks for your time jim; im using 5.2.5. manuel, thanks for your time as well. of course i

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

2008-02-13 Thread Jim Lucas
Nathan Nobbe wrote: On Nov 29, 2007 10:59 AM, Peter Smit <[EMAIL PROTECTED]> wrote: If nobody has a solution I think I'll report it as a bug tomorrow. did you ever report a bug on this ? http://bugs.php.net/bug.php?id=43468 -- Jim Lucas "Some men are born to greatness, some achieve g

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

2008-02-13 Thread Jim Lucas
Nathan Nobbe wrote: On Nov 29, 2007 10:59 AM, Peter Smit <[EMAIL PROTECTED]> wrote: If nobody has a solution I think I'll report it as a bug tomorrow. did you ever report a bug on this ? i was messing around with it today, and i discovered that some urls, partially work. for example the go

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

2008-02-13 Thread Manuel Lemos
Hello, on 02/13/2008 05:17 PM Nathan Nobbe said the following: >> If nobody has a solution I think I'll report it as a bug tomorrow. > > > did you ever report a bug on this ? > > i was messing around with it today, and i discovered that some urls, > partially work. for example the google trans

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

2008-02-13 Thread Nathan Nobbe
On Nov 29, 2007 10:59 AM, Peter Smit <[EMAIL PROTECTED]> wrote: > If nobody has a solution I think I'll report it as a bug tomorrow. did you ever report a bug on this ? i was messing around with it today, and i discovered that some urls, partially work. for example the google translate 'api',

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, > > > > > > I've got quite a strange problem with the curl library. > > >

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

2007-11-29 Thread Nathan Nobbe
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, > > > > I've got quite a strange problem with the curl library. > > > > The following code does output Content||\Content instead of > > Content|example.orgout

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("http://example.com";); > $st = fopen("php://m