1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

Add redis to the USE_PHP list of possible modules.

PR:		210171
Submitted by:	mat
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-09-07 07:17:37 +00:00
parent a39e74013f
commit 22108b5cc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421478

View File

@ -294,7 +294,7 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
memcache mysqli odbc opcache \
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \
pspell radius readline recode session shmop simplexml snmp soap\
pspell radius readline recode redis session shmop simplexml snmp soap\
sockets spl sqlite3 sysvmsg sysvsem sysvshm \
tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib
# version specific components
@ -362,6 +362,7 @@ pspell_DEPENDS= textproc/php${PHP_VER}-pspell
radius_DEPENDS= net/pecl-radius
readline_DEPENDS= devel/php${PHP_VER}-readline
recode_DEPENDS= converters/php${PHP_VER}-recode
redis_DEPENDS= databases/php${PHP_VER}-redis
session_DEPENDS=www/php${PHP_VER}-session
shmop_DEPENDS= devel/php${PHP_VER}-shmop
simplexml_DEPENDS= textproc/php${PHP_VER}-simplexml