summaryrefslogtreecommitdiffstats
path: root/php-pear/php4/CONFIGURE
blob: 58adca698d0f269c94d21a1cac18a5c74b1dcbab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
config_query_option  PHP4_SAFE      "Enable PHP safe mode?"             n  \
                     "--enable-safe-mode"                                  \
                     "--disable-safe-mode"                                 &&

config_query_option  PHP4_FTP       "Enable FTP support?"               y  \
                     "--enable-ftp"                                        \
                     "--disable-ftp"                                       &&

config_query_option  PHP4_CALENDAR  "Enable calendar support?"          y  \
                     "--enable-calendar"                                   \
                     "--disable-calendar"                                  &&

config_query_option  PHP4_PCRE      "Enable perl regular expressions?"  y  \
                     "--with-pcre-regex"                                   \
                     "--without-pcre-regex"                                &&

config_query_option  PHP4_PCNTL     "Enable experimental pcntl support (CLI/CGI only)" n \
                     "--enable-pcntl"                                      \
                     "--disable-pcntl"                                     &&

config_query_option  PHP4_FCGI      'Enable FastCGI module?'            y  \
                     '--enable-fastcgi'                                    \
                     '--disable-fastcgi'                                   &&

config_query_list    PHP4_APACHE    'Which Apache module to build?'        \
                     handler filter none &&

config_query PHP4_X11LIBS "Would you like to use libxpm? (Requires X11-libs)" n &&

config_query_list    PHP4_GD  "Which GD library to use?"      \
                     none internal external