]> granicus.if.org Git - php/commitdiff
MFH: - Fixed bug #26896 (ext/ftp does not work as shared extension)
authorfoobar <sniper@php.net>
Tue, 13 Jan 2004 18:59:08 +0000 (18:59 +0000)
committerfoobar <sniper@php.net>
Tue, 13 Jan 2004 18:59:08 +0000 (18:59 +0000)
ext/ftp/ftp.c

index 7e9f314cbb304b17c8cd63cd3d9d2a89ba4e8134..2bb92ad5ce4fc5ad249d319429cbd57483d1945d 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_FTP