1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

lang/zephir: Fix build with php82

Sponsored by:	Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2023-04-17 02:21:12 +02:00
parent 7d045a0c36
commit 2b2f3d6222

View File

@ -382,10 +382,11 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \
pspell radius random readline redis session shmop simplexml snmp \
soap sockets sodium spl sqlite3 sysvmsg sysvsem sysvshm \
tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib
tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zephir_parser \
zip zlib
# version specific components
_USE_PHP_VER80= ${_USE_PHP_ALL} zephir_parser
_USE_PHP_VER81= ${_USE_PHP_ALL} zephir_parser
_USE_PHP_VER80= ${_USE_PHP_ALL}
_USE_PHP_VER81= ${_USE_PHP_ALL}
_USE_PHP_VER82= ${_USE_PHP_ALL}
bcmath_DEPENDS= math/php${PHP_VER}-bcmath