3 select BR2_PACKAGE_PHP_SAPI_CGI if \
4 !BR2_PACKAGE_PHP_SAPI_APACHE && \
5 !BR2_PACKAGE_PHP_SAPI_CLI && \
6 !BR2_PACKAGE_PHP_SAPI_FPM && \
8 select BR2_PACKAGE_PHP_SAPI_CLI if !BR2_USE_MMU
10 PHP is a widely-used general-purpose scripting
11 language that is especially suited for Web development
12 and can be embedded into HTML.
18 config BR2_PACKAGE_PHP_SAPI_APACHE
19 bool "Apache interface"
20 depends on BR2_PACKAGE_APACHE
24 config BR2_PACKAGE_PHP_SAPI_CGI
27 depends on BR2_USE_MMU
29 Common Gateway Interface
31 config BR2_PACKAGE_PHP_SAPI_CLI
34 Command Line Interface
36 config BR2_PACKAGE_PHP_SAPI_FPM
38 depends on BR2_USE_MMU
39 # "Sparc v8 and predecessors are not and will not be supported"
42 PHP-FPM (FastCGI Process Manager)
44 source "package/php/Config.ext"