xinghe0 发表于 2018-11-19 12:19:24

lamp环境下查看nginx apache mysql php的编译参数

# /usr/local/php5/bin/php -i |grep configure  
Configure
  
Command => './configure' '–prefix=/usr/local/php5′ '–enable-exif'
  
'–enable-mbstring' '–with-iconv' '–with-curl=/usr' '–with-gdbm'
  
'–with-gettext' '–enable-calendar' '–enable-magic-quotes' '–enable-wddx'
  
'–enable-ftp' '–enable-inline-optimization' '–with-gd=/usr/local'
  
'–with-zlib' '–enable-gd-native-ttf' '–with-t1lib=/usr/local'
  
'–with-zlib-dir=/usr' '–with-ttf' '–with-freetype-dir=/usr' '–with-gd'
  
'–with-png-dir=/usr' '–with-jpeg-dir=/usr'
  
'–with-mysql=/usr/local/mysql4′ '–enable-force-cgi-redirect'
  
'–with-apxs2=/usr/local/apache2/bin/apxs'
  
'–with-pdo-mysql=/usr/local/mysql4′ '–enable-sockets'
  
'–with-openssl=/usr/local/openssl'


页: [1]
查看完整版本: lamp环境下查看nginx apache mysql php的编译参数