Skip to content

Instantly share code, notes, and snippets.

@nikic
Created September 20, 2019 09:35
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 nikic/661d3cd80054f33f64c435204ce77b1e to your computer and use it in GitHub Desktop.
Save nikic/661d3cd80054f33f64c435204ce77b1e to your computer and use it in GitHub Desktop.
#! /bin/sh
#
# Created by configure
CFLAGS='-fsanitize=address' \
LDFLAGS='-fsanitize=address' \
'./configure' \
'--enable-debug' \
'--with-mysqli' \
'--with-pdo-mysql' \
'--with-tidy' \
'--enable-sysvmsg' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-soap' \
'--enable-pcntl' \
'--with-pspell' \
'--with-zip' \
'--enable-shmop' \
'--with-libedit' \
'--with-curl' \
'--enable-mbstring' \
'--with-openssl' \
'--enable-zend-test=shared' \
'--with-zlib' \
'--enable-gd' \
'--with-mysql=shared' \
'--enable-apcu' \
'--enable-fpm' \
'--enable-bcmath' \
'--enable-intl' \
'--enable-sockets' \
'--enable-zend-test' \
'--with-pdo-pgsql' \
'--with-xmlrpc' \
'--with-gmp' \
'--with-ldap' \
'--with-ffi' \
'--with-enchant' \
'--enable-ftp' \
'--with-xsl' \
'--enable-ast' \
'--with-pgsql' \
'--with-bz2' \
'--with-pear' \
'--prefix=/home/nikic/php-install' \
'--disable-phar' \
'--enable-werror' \
'--enable-phar' \
'--with-mhash' \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment