summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-10-05 23:25:41 +0000
committerAndi Gutmans <andi@php.net>2000-10-05 23:25:41 +0000
commit9ece8612b821497dcbf0fbb944d1137dace3d974 (patch)
tree4469854b2d06db0315aaf8841e7c1e8b6d0dd2bf /main/internal_functions_win32.c
parent7292abefc1ec1ef3b4d626b613c6be6e089ce068 (diff)
downloadphp-git-9ece8612b821497dcbf0fbb944d1137dace3d974.tar.gz
- Add FTP extension to default Win32 build
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c2
1 files changed, 2 insertions, 0 deletions
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,