Re: [PHP4BETA] proposed fopen_wrappers generalization / patch v.2

[email protected] ("Sterling Hughes") Thu, 8 Jun 2000 08:14:04 -0700
Newsgroups php.version4
Message-ID <009101bfd15c$32de7760$3603b3d8@pavilion>
> At 11:25 AM 6/8/00 +1000, Matt Allen wrote:
> >Sterling Hughes wrote:
> > >
> > > > > On Wed, 7 Jun 2000, Andrei Zmievski wrote:
> > > > >
> > > > > > On Wed, 07 Jun 2000, Sascha Schumann wrote:
> > > > > > >     http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libfetch/
> > > > > > >
> > > > > > >     It's a very lightwheight library supporting HTTP and FTP.
> > > > > > >     Advantages:
> > > > > > >
> > > > > > >     -   better HTTP support (i.e. handles redirects)
> > > > > > >     -   "      FTP  "       (i.e. active and passive
connections)
> > > > > > >     -   proxy support
> > > > > > >     -   we do not need to maintain it
> > > > > > >     -   BSD licensed
> > > > > >
> > > > > > How abour libcurl?
> > > > >
> > > > >     Pros?
> > > >
> > >   SSL
> > > HTTP
> > >  FTP
> > > LDAP
> > > proxy support
> > > More...
> > >
> > >  Take a look at:
> > > '
> > >
> > >  for a basic idea.
> > >
> > >  Sterling
> > >
> >
> >Hey Guys,
> >
> >I use cURL All the time for my HTTPS e-comms transactions, integration
> >of Lubcurl would ROCK! I guess it would also increase performance since
> >we wouldnt have to make a command line call.
> >
> >Legends !
>
> Sounds interesting and it is supposedly thread-safe.
> Does it support Windows? I couldn't find that information on their site.

I know for a fact that CURL itself does support Win32, so I *assume* libCURL
probably does, however, I'm not sure...

Sterling