diff options
Diffstat (limited to 'package/php/Config.in')
-rw-r--r-- | package/php/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/php/Config.in b/package/php/Config.in index e8e861db4..e5d4ff3b8 100644 --- a/package/php/Config.in +++ b/package/php/Config.in @@ -24,6 +24,13 @@ config BR2_PACKAGE_PHP_CGI cgi interface for php you must have at least cli or cgi selected. +config BR2_PACKAGE_PHP_FASTCGI + bool "fastcgi" + depends on BR2_PACKAGE_PHP_CGI + default y + help + fast cgi interface for php + config BR2_PACKAGE_PHP_OPENSSL bool "openssl support" depends on BR2_PACKAGE_PHP && BR2_PACKAGE_OPENSSL |