LoginSignup
1
3

More than 5 years have passed since last update.

phpenvのPHPインストール時のオプションメモ

Last updated at Posted at 2016-11-14

phpenvのPHPインストール時のオプションメモ

phpenv派です(anyenvで統一できるから)。

管理が面倒なので default_configure_options は利用しません。.zsh_historyで管理しています。

消えるといけないのでQiitaにメモ。

$ YACC="$(brew --prefix bison27)/bin/bison" CONFIGURE_OPTS="--with-vpx-dir=$(brew --prefix libvpx) --disable-dba --disable-fpm --enable-bcmath --enable-calendar --enable-cgi --enable-ctype --enable-dom --enable-exif --enable-fileinfo --enable-ftp --enable-gd-native-ttf --enable-hash --enable-intl --enable-json --enable-mbregex --enable-mbstring --enable-pcntl --enable-phar --enable-shmop --enable-simplexml --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-tokenizer --enable-wddx --enable-zip --with-bz2 --with-curl --with-enchant --with-gd --with-gettext --with-gmp --with-iconv=$(brew --prefix libiconv) --with-jpeg-dir --with-kerberos --with-layout=GNU --with-libxml-dir=$(brew --prefix libxml2) --with-mcrypt --with-mhash=yes --with-mysql --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-onig --with-openssl=$(brew --prefix openssl) --with-pcre-regex --with-pdo-mysql=mysqlnd --with-pear --with-pic --with-png-dir --with-xmlrpc --with-zlib --with-zlib-dir --without-mm --with-pgsql=$(brew --prefix postgresql) --with-pdo-pgsql=$(brew --prefix postgresql)" phpenv install 5.6.28
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3