Re: [PHP4BETA] cvs: php4 /ext/ftp/ ftp.c ftp.h php_ftp.c
[email protected] (Sascha Schumann)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
In ftp.c: > +#if HAVE_UINSTD_H > #include <unistd.h> > +#endif Please change to #ifdef HAVE_UNISTD_H. In ftp.h: > +#if HAVE_UINSTD_H > #include <netinet/in.h> > - > +#endif Please change to #ifdef HAVE_NETINET_IN_H. - Sascha