|
Lines 382-388
Link Here
|
| 382 |
sockets spl sqlite3 sysvmsg sysvsem sysvshm \ |
382 |
sockets spl sqlite3 sysvmsg sysvsem sysvshm \ |
| 383 |
tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib |
383 |
tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib |
| 384 |
# version specific components |
384 |
# version specific components |
| 385 |
_USE_PHP_VER71= ${_USE_PHP_ALL} interbase recode wddx |
385 |
_USE_PHP_VER71= ${_USE_PHP_ALL} interbase recode sodium wddx |
| 386 |
_USE_PHP_VER72= ${_USE_PHP_ALL} interbase recode sodium wddx |
386 |
_USE_PHP_VER72= ${_USE_PHP_ALL} interbase recode sodium wddx |
| 387 |
_USE_PHP_VER73= ${_USE_PHP_ALL} interbase recode sodium wddx |
387 |
_USE_PHP_VER73= ${_USE_PHP_ALL} interbase recode sodium wddx |
| 388 |
_USE_PHP_VER74= ${_USE_PHP_ALL} ffi sodium |
388 |
_USE_PHP_VER74= ${_USE_PHP_ALL} ffi sodium |
|
Lines 449-455
Link Here
|
| 449 |
snmp_DEPENDS= net-mgmt/php${PHP_VER}-snmp |
449 |
snmp_DEPENDS= net-mgmt/php${PHP_VER}-snmp |
| 450 |
soap_DEPENDS= net/php${PHP_VER}-soap |
450 |
soap_DEPENDS= net/php${PHP_VER}-soap |
| 451 |
sockets_DEPENDS=net/php${PHP_VER}-sockets |
451 |
sockets_DEPENDS=net/php${PHP_VER}-sockets |
|
|
452 |
. if ${PHP_VER} < 72 |
| 453 |
sodium_DEPENDS= security/pecl-libsodium@${PHP_FLAVOR} |
| 454 |
. else |
| 452 |
sodium_DEPENDS= security/php${PHP_VER}-sodium |
455 |
sodium_DEPENDS= security/php${PHP_VER}-sodium |
|
|
456 |
. endif |
| 453 |
sqlite3_DEPENDS=databases/php${PHP_VER}-sqlite3 |
457 |
sqlite3_DEPENDS=databases/php${PHP_VER}-sqlite3 |
| 454 |
sybase_ct_DEPENDS= databases/php${PHP_VER}-sybase_ct |
458 |
sybase_ct_DEPENDS= databases/php${PHP_VER}-sybase_ct |
| 455 |
sysvmsg_DEPENDS=devel/php${PHP_VER}-sysvmsg |
459 |
sysvmsg_DEPENDS=devel/php${PHP_VER}-sysvmsg |