Directadmin php 7与MsSQL扩展

时间:2018-02-07 23:41:28

标签: sql-server php-7 directadmin

我在互联网上搜索了很多并尝试了所有教程。 但是我无法使用PHP7和MsSql扩展来安装Directadmin

我正在使用CentOs 7 + Directadmin + php7.0

有人可以帮忙吗?

1 个答案:

答案 0 :(得分:0)

以下教程将指导您完成启用扩展程序 https://help.directadmin.com/item.php?id=252

Custombuild]# more configure/ap2/configure.php70 
#!/bin/sh
./configure \
    --with-apxs2 \
    --with-config-file-scan-dir=/usr/local/lib/php.conf.d \
    --with-curl=/usr/local/lib \
    --with-gd \
    --enable-gd-native-ttf \
    --with-gettext \
    --with-jpeg-dir=/usr/local/lib \
    -with-mysqli=mysqlnd \