Lines 261-267
Link Here
|
261 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ |
261 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ |
262 |
exif fileinfo filter ftp gd gettext gmp \ |
262 |
exif fileinfo filter ftp gd gettext gmp \ |
263 |
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ |
263 |
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ |
264 |
memcache mssql mysql mysqli odbc \ |
264 |
memcache mssql mysql mysqli odbc opcache \ |
265 |
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ |
265 |
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ |
266 |
pdo_odbc pdo_pgsql pdo_sqlite pgsql posix \ |
266 |
pdo_odbc pdo_pgsql pdo_sqlite pgsql posix \ |
267 |
pspell radius readline recode session shmop simplexml snmp soap\ |
267 |
pspell radius readline recode session shmop simplexml snmp soap\ |
Lines 312-317
Link Here
|
312 |
ncurses_DEPENDS=devel/php${PHP_VER}-ncurses |
312 |
ncurses_DEPENDS=devel/php${PHP_VER}-ncurses |
313 |
odbc_DEPENDS= databases/php${PHP_VER}-odbc |
313 |
odbc_DEPENDS= databases/php${PHP_VER}-odbc |
314 |
oci8_DEPENDS= databases/php${PHP_VER}-oci8 |
314 |
oci8_DEPENDS= databases/php${PHP_VER}-oci8 |
|
|
315 |
.if ${PHP_VER} == 55 |
316 |
opcache_DEPENDS= www/php${PHP_VER}-opcache |
317 |
.else |
318 |
opcache_DEPENDS= www/pecl-zendopcache |
319 |
.endif |
315 |
openssl_DEPENDS=security/php${PHP_VER}-openssl |
320 |
openssl_DEPENDS=security/php${PHP_VER}-openssl |
316 |
pcntl_DEPENDS= devel/php${PHP_VER}-pcntl |
321 |
pcntl_DEPENDS= devel/php${PHP_VER}-pcntl |
317 |
pcre_DEPENDS= devel/php${PHP_VER}-pcre |
322 |
pcre_DEPENDS= devel/php${PHP_VER}-pcre |