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

index 236c74ec6916f2116b950b72bad06f7ed47ab544..e5d7ccffab9ee5999072706f18cac27d8da063f5 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_FTP