Closed tmuras closed 4 years ago
I use this
aim-server[/opt/phpfarm_new/src]$ cat ../custom/options-7.sh
configoptions=$configoptions"
--enable-opcache
--with-pdo-mysql \
"
and
aim-server[/opt/phpfarm_new/src]$ cat ../custom/options-7.4.sh
configoptions=`echo $configoptions|sed "s/--disable-wddx//"`
configoptions=`echo $configoptions|sed "s/--enable-wddx//"`
configoptions=`echo $configoptions|sed "s/--enable-zip//"`
configoptions=`echo $configoptions|sed "s/--with-mysql=mysqlnd//g"`
configoptions=`echo $configoptions|sed "s/--with-jpeg-dir//"`
configoptions=`echo $configoptions|sed "s/--with-png-dir//"`
configoptions=`echo $configoptions|sed "s/--with-gd//"`
configoptions=`echo $configoptions|sed "s/--with-mcrypt//"`
configoptions=$configoptions"
--enable-gd
--with-jpeg \
"
#--with-libxml \
When trying to install on clean Ubuntu 19.10:
... Thank you for using PHP.
configure: WARNING: unrecognized options: --enable-wddx, --enable-zip Please fix your configure options and try again. An error occurred while trying to install PHP 7.4.0.