`

php编译参数

阅读更多

mod_php:

./configure --prefix=/opt/app/php --with-apxs2=/opt/app/apache-bbs/bin/apxs --enable-sockets --disable-debug --with-gd --without-iconv --enable-mbstring --enable-gd-native-ttf --with-mysql --with-config-file-path=/etc

 

cgi:

./configure  --prefix=/opt/app/php-cgi --enable-fastcgi  --enable-discard-path --enable-force-cgi-redirect --enable-sockets --disable-debug --with-gd --without-iconv --enable-mbstring --enable-gd-native-ttf --with-mysql  --with-config-file-path=/etc/php-cgi

 

其他人的:

./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --with-gd=/usr --enable-calendar --with-zlib --with-bz2 --with-curl --with-mysqli=/usr/local/mysql/bin/mysql_config --enable-mbstring --with-openssl --enable-zend-multibyte --with-gettext --enable-exif --with-png-dir=/usr --with-jpeg-dir=/usr --with-libxml-dir=/usr --enable-gd-native-ttf --enable-dom --with-freetype-dir=/usr --with-iconv-dir=/usr --enable-fastcgi

 

./configure --prefix=/usr/local/webserver/php --with-config-file-path=/usr/local/webserver/php/etc --with-mysql=/usr/local/webserver/mysql --with-mysqli=/usr/local/webserver/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-ldap --with-ldap-sasl --with-xmlrpc --enable-zip --enable-soap

 

 

./configure \

--prefix=/usr/local/php \

--enable-fastcgi \

--enable-force-cgi-redirect \

--enable-fpm \

--with-mysql \

--with-mysql-sock \

--with-zlib \

--with-gd \

--enable-gd-native-ttf \

--with-jpeg-dir=/usr \

--with-png-dir=/usr \

--with-freetype-dir=/usr \

--with-libxml-dir=/usr \

--enable-session \

--enable-soap \

--enable-dom \

--enable-sockets \

--enable-mbstring \

--enable-zip \

--with-mcrypt \

--with-curl --disable-debug --enable-pic --disable-rpath \

--enable-inline-optimization --with-xml \

--enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex \

--enable-xslt --enable-memcache --with-pcre-regex

 

分享到:
评论

相关推荐

    PHP完整编译参数

    以下是对给定的PHP编译参数进行详细解读: #### 二、核心编译参数 1. **`--prefix=/usr/local/php`** - **作用**:指定PHP的安装目录。这是编译安装PHP时最基础的参数之一。 - **意义**:确保所有与PHP相关的...

    linux下安装php编译参数.docx

    以下是一些常见的编译参数及其详细说明: 1. **--prefix=/usr/local/php**:指定PHP安装的根目录,所有PHP相关的文件将被安装在这个路径下。 2. **--with-apxs2=/usr/local/apache/bin/apxs**:如果Apache已经安装...

    Linux下查看nginx apache mysql php的编译参数

    快速查看服务器软件的编译参数:1、nginx编译参数: your_nginx_dir/sbin/nginx -v 2、apache编译参数: cat your_apache_dir/build/config.nice 3、php编译参数: your_php_dir/bin/php -i |grep configure 4、...

    apache编译参数介绍

    ### Apache编译参数详解 #### 一、概述 在安装Apache服务器时,通过自定义编译参数能够根据实际需求配置出更加适合应用环境的服务。本文将详细介绍这些编译参数的意义及作用,帮助用户更好地理解并选择合适的配置...

    PHP常用编译参数中文说明

    以下是一些常见的PHP编译参数的详细解释: 1. `--prefix=/usr/local/php`:指定PHP的安装目录,所有编译后的文件将被放置在此目录下。 2. `--with-apxs2=/usr/local/apache/bin/apxs`:用于整合Apache服务器,apxs...

    phpinfo_feathersllf_zip_php_

    7. PHP编译参数:如何编译PHP的详细信息。 `feathersllf`可能是创建或打包这个压缩包的个人或团队的标识,而“zip”表明文件是以ZIP格式压缩的,这是最常见的文件归档格式之一。 在实际开发中,`phpinfo.php`常...

    编译安装php环境

    使用configure命令来配置Apache和PHP的编译参数,命令如下: #./configure --prefix=/usr/local/apache --enable-modules=most --enable-so #./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/...

    PHP 探针(官方版和自定义中文版)

    2. PHP编译参数:揭示了PHP是如何被编译和安装的,包括使用的配置选项和附加模块。 3. 模块信息:列出所有已启用的PHP扩展模块,如mysqli、gd、curl等,这有助于确认你需要的库是否可用。 4. 环境变量:显示与服务器...

    查看nginx,apache,php,mysql的编译参数

    查看nginx,apache,php,mysql的编译参数及安装模块位置。

    linux下查看nginx、apache、mysql、php的编译参数.docx

    以下是如何查看Nginx、Apache、MySQL和PHP的编译参数的方法: 1. **查看Nginx参数**: 使用命令`/App/nginx/sbin/nginx -V`可以查看Nginx的编译参数。例如,输出中的`configure arguments:`后面跟着的就是编译时...

    是一个用Linux Shell编写的可以为maKaliUOS银河麒麟LNMP、LNMPA、LAMP生产环境的Shell程序

    支持自定义Nginx、PHP编译参数及网站和数据库目录、支持生成Let's Ecrypt/ZeroSSL/BuyPass免费SSL证书、支持无人值守、LNMP模式支持多PHP版本、支持单独安装Nginx/MySQL/MariaDB/Pureftpd服务器,同时提供一些实用的...

    LAMP(Linux+Apache+Mysql+PHP)优化技巧.pdf

    3. **PHP编译参数**:在编译PHP时,使用如`--enable-inline-optimization`等参数来增强代码优化。 通过上述的LAMP平台优化技巧,开发者可以最大化利用这一开源平台的潜力,提升Web应用的响应速度和稳定性,同时降低...

    搭建LAMP环境附步骤图

    选择PHP版本(推荐5.3或5.4),指定安装路径(默认为`/usr/local/php`),并决定是否修改PHP编译参数。在PHP模块选择中,可以按需选择,如`xcache`,多个选择用空格分隔。此外,还可以选择其他软件安装,如`...

    Ubuntu编译安装php7

    进入解压后的目录,运行`./configure`命令来配置编译选项,这里需要注意的是`./configure`命令中的参数配置非常重要,不同的参数会影响到PHP的功能和性能: ```bash cd php-7.0.2 ./configure --prefix=/soft/...

    linux 安装mysql

    - **配置 PHP 编译参数**: - `./configure --with-mysql=/usr/local/mysql --with-xml --with-apache=../apache --enable-track-vars` - **解释**:这些参数用于在编译 PHP 时指定 MySQL 的安装位置以及其他选项...

    编译PHP5配置centos6.4

    在CentOS 6.4操作系统上编译安装PHP5的过程是一项技术性的工作,涉及到多个步骤和依赖库的安装。以下是对整个过程的详细说明: 首先,为了编译PHP5,你需要确保系统上已经安装了一些基本的开发工具和库。通过运行`...

    Centos_6.3_编译安装Nginx+php+Mysql

    - 编译安装PHP,同样需要先运行./configure来指定安装选项,然后编译(make)和安装(make install),可能会涉及到指定Nginx的路径作为编译参数。 - MySQL的安装可能需要先编译cmake,然后使用cmake来配置MySQL...

Global site tag (gtag.js) - Google Analytics