Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 带有MsSQL扩展的DirectAdminPHP7_Sql Server_Php 7_Directadmin - Fatal编程技术网

Sql server 带有MsSQL扩展的DirectAdminPHP7

Sql server 带有MsSQL扩展的DirectAdminPHP7,sql-server,php-7,directadmin,Sql Server,Php 7,Directadmin,我在网上搜索了很多,并尝试了所有的教程。 但是我不能用PHP7和MsSql扩展安装Directadmin 我正在使用CentOs 7+Directadmin+php7.0 有人能帮忙吗?下面的教程将引导您如何启用扩展 Custombuild]# more configure/ap2/configure.php70 #!/bin/sh ./configure \ --with-apxs2 \ --with-config-file-scan-dir=/usr/local/lib/

我在网上搜索了很多,并尝试了所有的教程。 但是我不能用PHP7和MsSql扩展安装Directadmin

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


有人能帮忙吗?

下面的教程将引导您如何启用扩展

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 \