kasparsd / php-7-debian

Install PHP 7 on Debian/Ubuntu
349 stars 102 forks source link

Replace configuration parameters no longer supported #73

Open kasparsd opened 4 years ago

kasparsd commented 4 years ago

configure: WARNING: unrecognized options: --with-gd, --with-jpeg-dir, --enable-wddx, --enable-zip, --without-libzip

when building 7.4.5.

kevin25 commented 3 years ago

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"