Skip to content

Instantly share code, notes, and snippets.

@Ayesh
Created April 26, 2021 17:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Ayesh/c5a30721e347563a974abaa818834c0e to your computer and use it in GitHub Desktop.
Save Ayesh/c5a30721e347563a974abaa818834c0e to your computer and use it in GitHub Desktop.
#! /bin/sh
#
# Created by configure
# https://php.watch/articles/compile-php-ubuntu
'./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