Lines 1-5
Link Here
|
1 |
PORTNAME= php83 |
1 |
PORTNAME= php83 |
2 |
DISTVERSION= 8.3.20 |
2 |
DISTVERSION= 8.3.21 |
3 |
PORTREVISION?= 0 |
3 |
PORTREVISION?= 0 |
4 |
CATEGORIES?= lang devel www |
4 |
CATEGORIES?= lang devel www |
5 |
MASTER_SITES= PHP/distributions |
5 |
MASTER_SITES= PHP/distributions |
Lines 398-404
CONFIGURE_ARGS+= --with-mysqli
Link Here
|
398 |
.if ${PHP_MODNAME} == "odbc" |
398 |
.if ${PHP_MODNAME} == "odbc" |
399 |
LIB_DEPENDS+= libodbc.so:databases/unixODBC |
399 |
LIB_DEPENDS+= libodbc.so:databases/unixODBC |
400 |
|
400 |
|
401 |
CONFIGURE_ARGS+= --with-unixODBC=${LOCALBASE} |
401 |
CONFIGURE_ARGS+= --with-unixODBC=${LOCALBASE} |
402 |
.endif |
402 |
.endif |
403 |
|
403 |
|
404 |
.if ${PHP_MODNAME} == "opcache" |
404 |
.if ${PHP_MODNAME} == "opcache" |