1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | yum install gcc autoconf libxml2-devel openssl-devel curl-devel libmcrypt-devel . /configure --prefix= /usr/local/php \ --with-config- file -path= /etc/php \ -- enable -fpm \ -- enable -pcntl \ -- enable -mysqlnd \ -- enable -opcache \ -- enable -sockets \ -- enable -sysvmsg \ -- enable -sysvsem \ -- enable -sysvshm \ -- enable -shmop \ -- enable -zip \ -- enable - ftp \ -- enable -soap \ -- enable -xml \ -- enable -mbstring \ --disable-rpath \ --disable-debug \ --disable-fileinfo \ --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ --with-pcre-regex \ --with-iconv \ --with-zlib \ --with-mcrypt \ --with-gd \ --with-openssl \ --with-mhash \ --with-xmlrpc \ --with-curl \ --with-imap-ssl make make install |
标签:none