jdxyzlh 发表于 2018-12-11 13:23:42

他人的php5.6参数设置

  ./configure --prefix=/data/server/php \
  --with-config-file-path=/data/server/php/etc \
  --with-mysql=mysqlnd \
  --with-mysqli=mysqlnd \
  --with-pdo-mysql=mysqlnd \
  --with-apxs2=/data/server/httpd/bin/apxs \
  --enable-inline-optimization \
  --enable-gd-native-ttf \
  --enable-sockets \
  --enable-zip \
  --enable-calendar \
  --enable-intl \
  --enable-soap \
  --enable-xml \
  --enable-ftp \
  --enable-shmop \
  --enable-sysvsem \
  --enable-mbstring \
  --enable-exif \
  --enable-opcache \
  --with-gettext \
  --with-zlib \
  --with-bz2 \
  --with-iconv-dir=/usr/local/libiconv \
  --with-gd \
  --with-xmlrpc \
  --with-curl \
  --with-mhash \
  --with-mcrypt \
  --with-openssl \
  --with-jpeg-dir \
  --with-png-dir \
  --with-freetype-dir \
  --with-libxml-dir \
  --disable-ipv6 \
  --disable-debug \
  --disable-rpath

页: [1]
查看完整版本: 他人的php5.6参数设置