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

[email protected] ("Sterling Hughes") Wed, 7 Jun 2000 18:20:11 -0700
Newsgroups php.version4
Message-ID <00a901bfd0e7$b2273540$7002b3d8@pavilion>
> > 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:
 http://curl.haxx.se/libcurl/
 
 for a basic idea.
 
 Sterling