Answer the question
In order to leave comments, you need to log in
When building php, the modules specified in the configuration do not appear, why?
I'm trying to build php with the following parameters:
./buildconf --force
CONFIGURE_STRING="--prefix=/usr/local/php-fpm
--enable-fpm
--enable-mysqlnd
--enable-mbstring
--with-config-file-scan-dir=/usr/local/php-fpm/etc/conf.d
--with-curl
--with-gd
--with-fpm-user=www-data
--with-fpm-group=www-data
--with-mysql-sock=/var/run/mysqld/mysqld.sock
--with-mysqli=mysqlnd
--with-mcrypt
--with-zlib
--enable-pdo
--with-pdo-mysql
--with-pdo-sqlite"
./configure $CONFIGURE_STRING
make
make install
Answer the question
In order to leave comments, you need to log in
'name' => [
'required',
Rule::unique('posts')->ignore($post->id),
],
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question