如何找到之前 compile 的指令

因為手殘的關係
不小心把之前紀錄 compile 指令的檔案砍了
想說原本的 compile 的 source 裡面應該有當時下的 compile 參數
果不其然!
在 source 的 config.nice 裡面

#! /bin/sh
#
# Created by configure
'./configure' \
'--prefix=/usr/local/php5' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-mysql=/usr/local/mysql' \
'--with-mysqli=/usr/local/mysql/bin/mysql_config' \
'--with-config-file-path=/usr/local/php5' \
'--enable-mbstring' \
'--enable-ftp' \
'--with-zlib' \
'--with-regex=php' \
'--with-xmlrpc' \
'--with-gd' \
'--enable-gd-native-ttf' \
'--enable-exif' \
'--with-jpeg-dir=/usr/lib' \
'--with-png-dir=/usr/lib' \
'--with-freetype-dir=/usr/lib' \
'--with-xpm-dir=/usr/lib' \
'--with-gettext' \
'--enable-soap' \
'--with-pdo-mysql=/usr/local/mysql' \
'--with-mhash' \
'--with-mcrypt' \
'--with-openssl' \
'--with-curl' \
'--enable-sockets' \
"$@"

Comments

Popular posts from this blog

CentOS7 如何新增/移除 Rich Rule for firewalld

mac 安裝 mtr

Howto use Postman test Cors