php-src/ext/ftp
Jon Parise 822c150636 Correct the header file ordering. From 'man 3 inet' (FreeBSD 4.5):
#include <sys/types.h>
	#include <sys/socket.h>
	#include <netinet/in.h>
	#include <arpa/inet.h>
2002-03-07 20:27:37 +00:00
..
config.m4 Unified the configure messages. 2001-11-30 19:00:13 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
ftp.c Correct the header file ordering. From 'man 3 inet' (FreeBSD 4.5): 2002-03-07 20:27:37 +00:00
ftp.h Maintain headers. 2002-02-28 08:29:35 +00:00
Makefile.in Make ftp buildable as shared module 2000-05-02 02:02:18 +00:00
php_ftp.c Maintain headers. 2002-02-28 08:29:35 +00:00
php_ftp.h Maintain headers. 2002-02-28 08:29:35 +00:00