فهرست منبع

--with-mysql --with-mysqli

Serghey Rodin 9 سال پیش
والد
کامیت
2160b85d7a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/rpm/specs/vesta-php.spec

+ 1 - 1
src/rpm/specs/vesta-php.spec

@@ -20,7 +20,7 @@ This package contains php-cgi for Vesta Control Panel web interface.
 %setup -q -n %{name}-%{version}
 
 %build
-./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --enable-mysqlnd --enable-mbstring
+./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --enable-mbstring
 
 make