📄 Viewing: config.nice

#! /bin/sh
#
# Created by configure

'./configure' \
'--prefix=/usr/local/php7.4-fpm' \
'--enable-fpm' \
'--with-mysqli' \
'--enable-soap' \
'--with-gd' \
'--with-curl' \
'--with-jpeg-dir=/opt' \
'--with-png-dir=/opt' \
'--with-freetype-dir=/opt' \
'--with-zlib' \
'--with-mcrypt=/usr/local/lib' \
'--with-xsl' \
'--with-freetype-dir' \
'--with-openssl' \
'--enable-mbstring' \
'--enable-exif' \
'--with-pdo-mysql' \
'--with-imap=/opt' \
'--with-imap-ssl' \
'--with-kerberos=/opt' \
'--enable-ftp' \
"$@"

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23