|
Lines 289-295
Link Here
|
| 289 |
. if defined(USE_PHP) && ${USE_PHP:tl} != "yes" |
289 |
. if defined(USE_PHP) && ${USE_PHP:tl} != "yes" |
| 290 |
# non-version specific components |
290 |
# non-version specific components |
| 291 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ |
291 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ |
| 292 |
exif fileinfo filter ftp gd gettext gmp \ |
292 |
enchant exif fileinfo filter ftp gd gettext gmp \ |
| 293 |
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ |
293 |
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ |
| 294 |
memcache mysqli odbc opcache \ |
294 |
memcache mysqli odbc opcache \ |
| 295 |
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ |
295 |
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ |
|
Lines 316-321
Link Here
|
| 316 |
dba_DEPENDS= databases/php${PHP_VER}-dba |
316 |
dba_DEPENDS= databases/php${PHP_VER}-dba |
| 317 |
dbase_DEPENDS= databases/php${PHP_VER}-dbase |
317 |
dbase_DEPENDS= databases/php${PHP_VER}-dbase |
| 318 |
dom_DEPENDS= textproc/php${PHP_VER}-dom |
318 |
dom_DEPENDS= textproc/php${PHP_VER}-dom |
|
|
319 |
enchant_DEPENDS= textproc/php${PHP_VER}-enchant |
| 319 |
exif_DEPENDS= graphics/php${PHP_VER}-exif |
320 |
exif_DEPENDS= graphics/php${PHP_VER}-exif |
| 320 |
fileinfo_DEPENDS= sysutils/php${PHP_VER}-fileinfo |
321 |
fileinfo_DEPENDS= sysutils/php${PHP_VER}-fileinfo |
| 321 |
filter_DEPENDS= security/php${PHP_VER}-filter |
322 |
filter_DEPENDS= security/php${PHP_VER}-filter |