View | Details | Raw Unified | Return to bug 254485
Collapse All | Expand All

(-)b/databases/phpmyadmin/Makefile (-1 / +1 lines)
Lines 28-34 NO_BUILD= yes Link Here
28
# could, in principle, also use the PHP dbase extension, but it's not
28
# could, in principle, also use the PHP dbase extension, but it's not
29
# available for PHP >= 7.0 and of only minority interest.
29
# available for PHP >= 7.0 and of only minority interest.
30
30
31
USE_PHP=	ctype filter hash json mysqli session spl xml
31
USE_PHP=	ctype filter hash iconv json mysqli session spl xml
32
.endif
32
.endif
33
33
34
# Note: default settings will pull in X11 client support.  If you don't
34
# Note: default settings will pull in X11 client support.  If you don't
(-)b/databases/phpmyadmin5/Makefile (-1 / +1 lines)
Lines 26-32 NO_BUILD= yes Link Here
26
# could, in principle, also use the PHP dbase extension, but it's not
26
# could, in principle, also use the PHP dbase extension, but it's not
27
# available for PHP >= 7.0 and of only minority interest.
27
# available for PHP >= 7.0 and of only minority interest.
28
28
29
USE_PHP=	ctype filter hash json mysqli session spl xml xmlwriter
29
USE_PHP=	ctype filter hash iconv json mysqli session spl xml xmlwriter
30
.endif
30
.endif
31
31
32
# Note: default settings will pull in X11 client support.  If you don't
32
# Note: default settings will pull in X11 client support.  If you don't

Return to bug 254485