编译php的配置参数实

时间:2025-12-09 17:37:51 php语言

编译php的配置参数实

  导语:编译php的配置参数,你学会了吗?下面的是百分网小编为大家搜集的编译php的配置参数实例,希望能对你有所帮助。

  ./configure --PRefix=/home/raid/system/php

  --with-MySQL=/home/raid/system/mysql/

  --with-apxs=/home/raid/system/apache/bin/apxs

  --with-gd --with-zlib

  --with-freetype-dir=/usr/

  --with-png-dir=/usr/

  --with-jpeg-dir=/usr/

  --disable-posix

  --enable-memory-limit

  --enable-zend-multibyte

  --with-iconv

  --enable-inline-optimization

  --enable-magic-quotes

  --enable-ftp

  php 4.4.0

  ./configure --prefix=/usr/local/php

  --with-apxs=/usr/local/apache/bin/apxs

  --with-iconv=/usr/local

  --enable-mbstring

  --with-gd

  --with-jpeg-dir=/usr/local

  --with-png-dir=/usr/local

  --with-freetype-dir=/usr/local

  --with-ttf --enable-gd-native-ttf

  --with-zlib-dir=/usr

  --with-dom=/usr/local

  --with-mysql=/usr/local

  --with-ldap=/usr/local

  --with-curl=/usr/local

【编译php的配置参数实】相关文章:

PHP常用编译参数中文说明03-09

php-fpm 启动参数及重要配置解析02-03

php学习之php配置03-11

PHP基础配置08-05

PHP安装与配置10-15

编译chm格式PHP手册的方法02-18

如何配置php环境10-19

PHP socket的配置及实例03-21

php环境怎么配置12-25