Skip to content

Instantly share code, notes, and snippets.

@Ayesh
Created September 26, 2021 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ayesh/154a5c7fa83a80e9cd40cd18fc6ed921 to your computer and use it in GitHub Desktop.
Save Ayesh/154a5c7fa83a80e9cd40cd18fc6ed921 to your computer and use it in GitHub Desktop.
#! /bin/sh
#
# Created by configure
# https://php.watch/articles/compile-php-fedora-rhel-centos
'./configure' \
'--enable-mbstring' \
'--enable-intl' \
'--disable-cgi' \
'--with-openssl' \
'--with-curl' \
'--enable-gd' \
'--enable-pcntl' \
'--enable-mysqlnd' \
'--enable-fpm' \
'--with-pdo-mysql=mysqlnd' \
'--enable-ftp' \
'--with-imap' \
'--with-kerberos' \
'--with-imap-ssl' \
'--with-pspell' \
'--enable-sysvmsg' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-sockets' \
'--without-sqlite3' \
'--without-pdo-sqlite' \
'--with-readline' \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment