2
1

Config.in 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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.
  8. http://www.php.net
  9. config BR2_PACKAGE_PHP_CLI
  10. bool "cli interface"
  11. depends on BR2_PACKAGE_PHP
  12. default y
  13. help
  14. command line interface for php.
  15. you must have at least cli or cgi selected.
  16. config BR2_PACKAGE_PHP_CGI
  17. bool "cgi interface"
  18. depends on BR2_PACKAGE_PHP
  19. default y
  20. help
  21. cgi interface for php
  22. you must have at least cli or cgi selected.
  23. config BR2_PACKAGE_PHP_FASTCGI
  24. bool "fastcgi"
  25. depends on BR2_PACKAGE_PHP_CGI
  26. default y
  27. help
  28. fast cgi interface for php
  29. config BR2_PACKAGE_PHP_OPENSSL
  30. bool "openssl support"
  31. depends on BR2_PACKAGE_PHP && BR2_PACKAGE_OPENSSL
  32. default y
  33. help
  34. openssl support
  35. config BR2_PACKAGE_PHP_XML2
  36. bool "xml2 support"
  37. depends on BR2_PACKAGE_PHP && BR2_PACKAGE_LIBXML2
  38. default y
  39. help
  40. xml support
  41. config BR2_PACKAGE_PHP_ZLIB
  42. bool "zlib support"
  43. depends on BR2_PACKAGE_PHP && BR2_PACKAGE_ZLIB
  44. default y
  45. help
  46. zlib support