Lines 108-114
DIST_SUBDIR= PECL
Link Here
|
108 |
|
108 |
|
109 |
PHPBASE?= ${LOCALBASE} |
109 |
PHPBASE?= ${LOCALBASE} |
110 |
|
110 |
|
111 |
_ALL_PHP_VERSIONS= 73 74 80 |
111 |
_ALL_PHP_VERSIONS= 73 74 80 81 |
112 |
|
112 |
|
113 |
# Make the already installed PHP the default one. |
113 |
# Make the already installed PHP the default one. |
114 |
. if exists(${PHPBASE}/etc/php.conf) |
114 |
. if exists(${PHPBASE}/etc/php.conf) |
Lines 176-182
PHP_VER= ${FLAVOR:S/^php//}
Link Here
|
176 |
(${FLAVOR:Mphp[0-9][0-9]} && ${FLAVOR} != ${FLAVORS:[1]}) |
176 |
(${FLAVOR:Mphp[0-9][0-9]} && ${FLAVOR} != ${FLAVORS:[1]}) |
177 |
# When adding a version, please keep the comment in |
177 |
# When adding a version, please keep the comment in |
178 |
# Mk/bsd.default-versions.mk in sync. |
178 |
# Mk/bsd.default-versions.mk in sync. |
179 |
. if ${PHP_VER} == 80 |
179 |
. if ${PHP_VER} == 81 |
|
|
180 |
PHP_EXT_DIR= 20210902 |
181 |
PHP_EXT_INC= hash json pcre spl |
182 |
. elif ${PHP_VER} == 80 |
180 |
PHP_EXT_DIR= 20200930 |
183 |
PHP_EXT_DIR= 20200930 |
181 |
PHP_EXT_INC= hash json pcre spl |
184 |
PHP_EXT_INC= hash json pcre spl |
182 |
. elif ${PHP_VER} == 74 |
185 |
. elif ${PHP_VER} == 74 |
Lines 374-385
_USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
Link Here
|
374 |
openssl pcntl pcre pdo pdo_dblib pdo_firebird pdo_mysql \ |
377 |
openssl pcntl pcre pdo pdo_dblib pdo_firebird pdo_mysql \ |
375 |
pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \ |
378 |
pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \ |
376 |
pspell radius readline redis session shmop simplexml snmp soap\ |
379 |
pspell radius readline redis session shmop simplexml snmp soap\ |
377 |
sockets spl sqlite3 sysvmsg sysvsem sysvshm \ |
380 |
sockets sodium spl sqlite3 sysvmsg sysvsem sysvshm \ |
378 |
tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib |
381 |
tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib |
379 |
# version specific components |
382 |
# version specific components |
380 |
_USE_PHP_VER73= ${_USE_PHP_ALL} interbase pdf recode sodium wddx |
383 |
_USE_PHP_VER73= ${_USE_PHP_ALL} interbase pdf recode wddx |
381 |
_USE_PHP_VER74= ${_USE_PHP_ALL} ffi pdf sodium |
384 |
_USE_PHP_VER74= ${_USE_PHP_ALL} ffi pdf |
382 |
_USE_PHP_VER80= ${_USE_PHP_ALL} ffi sodium |
385 |
_USE_PHP_VER80= ${_USE_PHP_ALL} ffi |
|
|
386 |
_USE_PHP_VER81= ${_USE_PHP_ALL} ffi |
383 |
|
387 |
|
384 |
bcmath_DEPENDS= math/php${PHP_VER}-bcmath |
388 |
bcmath_DEPENDS= math/php${PHP_VER}-bcmath |
385 |
bitset_DEPENDS= math/pecl-bitset@${PHP_FLAVOR} |
389 |
bitset_DEPENDS= math/pecl-bitset@${PHP_FLAVOR} |