Skip to content

Instantly share code, notes, and snippets.

@TimothyZhang023
Created March 21, 2015 05:23
Show Gist options
  • Save TimothyZhang023/4980cc492fb4208e6a60 to your computer and use it in GitHub Desktop.
Save TimothyZhang023/4980cc492fb4208e6a60 to your computer and use it in GitHub Desktop.
树莓派上PHP7编译选项
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-pdo-mysql=/usr/local/mysql --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir --enable-xml --enable-discard-path --enable-magic-quotes --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --enable-mbregex --enable-mbstring --with-mcrypt --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --with-mime-magic --disable-fileinfo --mandir=/usr/share/man --with-bz2 --with-bz2-dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment