php-7-debian
php-7-debian copied to clipboard
Replace configuration parameters no longer supported
configure: WARNING: unrecognized options: --with-gd, --with-jpeg-dir, --enable-wddx, --enable-zip, --without-libzip
when building 7.4.5.
Mine works
CONFIGURE_STRING="--prefix=/usr/local/php7
--enable-huge-code-pages
--with-config-file-scan-dir=/usr/local/php7/etc/conf.d
--enable-bcmath
--with-bz2
--enable-calendar
--enable-intl
--enable-exif
--enable-dba
--enable-ftp
--with-gettext
--with-jpeg
--enable-mbstring
--with-mhash
--enable-mysqlnd
--with-mysqli
--with-mysql-sock=yes
--with-pdo-mysql
--with-openssl
--enable-pcntl
--with-pspell
--enable-shmop
--enable-soap
--enable-sockets
--enable-sysvmsg
--enable-sysvsem
--enable-sysvshm
--with-zlib
--with-zip
--with-readline
--with-curl
--enable-fpm
--with-fpm-user=www-data
--with-fpm-group=www-data"