php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7144 with ftp support fails on 4.0.3 FINAL
Submitted: 2000-10-11 19:38 UTC Modified: 2000-10-30 18:34 UTC
From: x-empt at ispep dot cx Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3RC2 OS: slack 7.1 2.2.17
Private report: No CVE-ID: None
 [2000-10-11 19:38 UTC] x-empt at ispep dot cx
In file included from php_ftp.c:41:
ftp.h:53: field `localaddr' has incomplete type
ftp.h:63: field `pasvaddr' has incomplete type
make[3]: *** [php_ftp.lo] Error 1

btw, this is 4.0.3 final

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-30 12:47 UTC] derick@php.net
Can you check in php_config.h if this line is present
(Scan for NETINET):

#define HAVE_NETINET_IN_H 1

And report back?



 [2000-10-30 18:21 UTC] x-empt at ispep dot cx
Yes

#define HAVE_NETINET_IN_H 1

was in there.

I just tried 4.0.3pl1 and it seems to be working.  Maybe this was just some issue on my end.
 [2000-10-30 18:34 UTC] derick@php.net
User reports:
--
I just tried 4.0.3pl1 and it seems to be working.  Maybe this was just some issue on my end.
--

So closing (it was probably an config.cache issue)
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jul 09 20:00:01 2026 UTC