|
Lines 278-284
Link Here
|
| 278 |
. if defined(USE_PHP) && ${USE_PHP:tl} != "yes" |
278 |
. if defined(USE_PHP) && ${USE_PHP:tl} != "yes" |
| 279 |
# non-version specific components |
279 |
# non-version specific components |
| 280 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ |
280 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ |
| 281 |
exif fileinfo filter ftp gd gettext gmp \ |
281 |
enchant exif fileinfo filter ftp gd gettext gmp \ |
| 282 |
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ |
282 |
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ |
| 283 |
memcache mysqli odbc opcache \ |
283 |
memcache mysqli odbc opcache \ |
| 284 |
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ |
284 |
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ |
|
Lines 305-310
Link Here
|
| 305 |
dba_DEPENDS= databases/php${PHP_VER}-dba |
305 |
dba_DEPENDS= databases/php${PHP_VER}-dba |
| 306 |
dbase_DEPENDS= databases/php${PHP_VER}-dbase |
306 |
dbase_DEPENDS= databases/php${PHP_VER}-dbase |
| 307 |
dom_DEPENDS= textproc/php${PHP_VER}-dom |
307 |
dom_DEPENDS= textproc/php${PHP_VER}-dom |
|
|
308 |
enchant_DEPENDS= textproc/php${PHP_VER}-enchant |
| 308 |
exif_DEPENDS= graphics/php${PHP_VER}-exif |
309 |
exif_DEPENDS= graphics/php${PHP_VER}-exif |
| 309 |
fileinfo_DEPENDS= sysutils/php${PHP_VER}-fileinfo |
310 |
fileinfo_DEPENDS= sysutils/php${PHP_VER}-fileinfo |
| 310 |
filter_DEPENDS= security/php${PHP_VER}-filter |
311 |
filter_DEPENDS= security/php${PHP_VER}-filter |