|
|
@ -21,7 +21,6 @@ |
|
|
/* set to enable FTP support */ |
|
|
/* set to enable FTP support */ |
|
|
#define HAVE_FTP 1 |
|
|
#define HAVE_FTP 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* set to enable bundled PCRE library */ |
|
|
/* set to enable bundled PCRE library */ |
|
|
#define HAVE_BUNDLED_PCRE 1 |
|
|
#define HAVE_BUNDLED_PCRE 1 |
|
|
|
|
|
|
|
|
@ -35,6 +34,9 @@ |
|
|
/* set to enable trans sid */ |
|
|
/* set to enable trans sid */ |
|
|
#define TRANS_SID 1 |
|
|
#define TRANS_SID 1 |
|
|
|
|
|
|
|
|
|
|
|
/* set to enable force cgi redirect */ |
|
|
|
|
|
#define FORCE_CGI_REDIRECT 0 |
|
|
|
|
|
|
|
|
/* should be added to runtime config*/ |
|
|
/* should be added to runtime config*/ |
|
|
#define PHP_URL_FOPEN 1 |
|
|
#define PHP_URL_FOPEN 1 |
|
|
|
|
|
|
|
|
|