summaryrefslogtreecommitdiffstats
path: root/rules/php5.in
diff options
context:
space:
mode:
authorBruno Thomsen <bth@kamstrup.dk>2014-12-05 14:50:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-01-12 16:30:29 +0100
commitccd3e8f48bfa5b7dccf9d1b52b52c464e710323b (patch)
tree52dd0b6a873a1d7ced199dc1dbc09171c5b51d1f /rules/php5.in
parent1fbf2b9e7f79ac2a0df94d14165a411420eda488 (diff)
downloadptxdist-ccd3e8f48bfa5b7dccf9d1b52b52c464e710323b.tar.gz
ptxdist-ccd3e8f48bfa5b7dccf9d1b52b52c464e710323b.tar.xz
php5: added openssl support option
This is useful when handling certificates in a web interface. Ex. Validate parameters on a PEM certificate. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/php5.in')
-rw-r--r--rules/php5.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/php5.in b/rules/php5.in
index f4c3aebf7..17ead2c6b 100644
--- a/rules/php5.in
+++ b/rules/php5.in
@@ -13,6 +13,7 @@ menuconfig PHP5
select XMLRPC_C if PHP5_XML_LIBXML2_XMLRPC
select SQLITE if PHP5_EXT_SQLITE3
select ZLIB if PHP5_EXT_ZLIB
+ select OPENSSL if PHP5_EXT_OPENSSL
if PHP5
@@ -272,6 +273,12 @@ config PHP5_EXT_ZLIB
help
Enable zlib support for PHP.
+config PHP5_EXT_OPENSSL
+ bool
+ prompt "openssl"
+ help
+ Enable openssl support for PHP.
+
config PHP5_EXT_PEAR
bool
prompt "pear [BROKEN]"