From 9ece8612b821497dcbf0fbb944d1137dace3d974 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 5 Oct 2000 23:25:41 +0000 Subject: - Add FTP extension to default Win32 build --- main/internal_functions_win32.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/internal_functions_win32.c') diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index a1144e0aac..d9fe462ada 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -50,6 +50,7 @@ #include "ext/standard/php_array.h" #include "ext/standard/php_assert.h" #include "ext/com/php_COM.h" +#include "ext/ftp/php_ftp.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" #include "ext/odbc/php_odbc.h" @@ -67,6 +68,7 @@ zend_module_entry *php_builtin_extensions[] = { #endif phpext_standard_ptr, COM_module_ptr, + phpext_ftp_ptr, phpext_pcre_ptr, phpext_odbc_ptr, phpext_session_ptr, -- cgit v1.2.1