bump version
[buildroot.git] / package / php / Config.in
blobe5d4ff3b886e959374e6c00ea0d8bc055da7e206
1 config BR2_PACKAGE_PHP
2         bool "php"
3         default n
4         help
5           PHP  is a widely-used general-purpose scripting
6           language that is especially suited for Web development
7           and can be embedded into HTML.
9           http://www.php.net
11 config BR2_PACKAGE_PHP_CLI
12         bool "cli interface"
13         depends on BR2_PACKAGE_PHP
14         default y
15         help
16           command line interface for php. 
17           you must have at least cli or cgi selected.
19 config BR2_PACKAGE_PHP_CGI
20         bool "cgi interface"
21         depends on BR2_PACKAGE_PHP
22         default y
23         help
24           cgi interface for php
25           you must have at least cli or cgi selected.
27 config BR2_PACKAGE_PHP_FASTCGI
28         bool "fastcgi"
29         depends on BR2_PACKAGE_PHP_CGI
30         default y
31         help
32           fast cgi interface for php
34 config BR2_PACKAGE_PHP_OPENSSL
35         bool "openssl support"
36         depends on BR2_PACKAGE_PHP && BR2_PACKAGE_OPENSSL
37         default y
38         help
39           openssl support
41 config BR2_PACKAGE_PHP_XML2
42         bool "xml2 support"
43         depends on BR2_PACKAGE_PHP && BR2_PACKAGE_LIBXML2
44         default y
45         help
46           xml support
48 config BR2_PACKAGE_PHP_ZLIB
49         bool "zlib support"
50         depends on BR2_PACKAGE_PHP && BR2_PACKAGE_ZLIB
51         default y
52         help
53           zlib support