mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Give HAVE_FTP meaning on Win32.
This commit is contained in:
parent
a16213f5fd
commit
d2809b9fca
@ -49,7 +49,9 @@
|
||||
#include "ext/standard/php_assert.h"
|
||||
#include "ext/calendar/php_calendar.h"
|
||||
#include "ext/com/php_COM.h"
|
||||
#if HAVE_FTP
|
||||
#include "ext/ftp/php_ftp.h"
|
||||
#endif
|
||||
#include "ext/standard/reg.h"
|
||||
#include "ext/pcre/php_pcre.h"
|
||||
#include "ext/odbc/php_odbc.h"
|
||||
@ -73,7 +75,9 @@ zend_module_entry *php_builtin_extensions[] = {
|
||||
#endif
|
||||
phpext_calendar_ptr,
|
||||
phpext_com_ptr,
|
||||
#if HAVE_FTP
|
||||
phpext_ftp_ptr,
|
||||
#endif
|
||||
#if defined(MBSTR_ENC_TRANS)
|
||||
phpext_mbstring_ptr,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user