summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2016-09-12 23:31:07 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-24 14:46:43 +0200
commitc457213fbca5f3493544c8a4335b623620458b0c (patch)
treea944f656c24c78737d8637b2d48ccc2c0fe1b773 /Config.in.legacy
parent8740f321fcd2b245e3585b319e2a87aa361656cd (diff)
php: rework selection of interfaces
Following suggestion of Yann Morin, rework selection of php interfaces: use booleans instead of choice to be able to select multiple interfaces as they are not exclusive. We make sure at least one of the options is selected. It should be noted that previously CGI and FPM could not be selected at the same time. This is now possible. Bug that prevented compilation of CGI and FPM binaries at the same time has been fixed since PHP 5.4 (https://github.com/php-build/php-build/issues/101). Legacy handling is added for the two options that are removed, and the appropriate new options are selected. Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy16
1 files changed, 16 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index f26f97f22..50ccedd05 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,22 @@ endif
###############################################################################
comment "Legacy options removed in 2016.11"
+config BR2_PACKAGE_PHP_SAPI_CLI_CGI
+ bool "PHP CGI and CLI options are now seperate"
+ select BR2_PACKAGE_PHP_SAPI_CLI
+ select BR2_PACKAGE_PHP_SAPI_CGI
+ help
+ The PHP Interface options have been split up into a
+ separate option for each interface.
+
+config BR2_PACKAGE_PHP_SAPI_CLI_FPM
+ bool "PHP CLI and FPM options are now separate"
+ select BR2_PACKAGE_PHP_SAPI_CLI
+ select BR2_PACKAGE_PHP_SAPI_FPM
+ help
+ The PHP Interface options have been split up into a
+ separate option for each interface.
+
config BR2_PACKAGE_WVSTREAMS
bool "wvstreams removed"
select BR2_LEGACY