1、生成环境安装配置如下

要求安装如下库:

imagick
gd
mysql
mysqli
mysqlnd
phalcon
Phar
soap
sockets
xwebxsvc
zip
zlib

具体查看 vim php-config 就可以知道是如何配置的

--prefix=/home/php' '--with-config-file-path=/home/php/etc' '--with-mysql' '--with-pdo-oci' '--with-openssl' '--with-pear' '--with-mhash' '--with-xmlrpc' '--with-zlib' '--with-mcrypt' '--with-curl' '--with-gd' '--with-freetype-dir=/usr/include/freetype2' '--without-sqlite3' '--without-pdo-sqlite' '--disable-rpath' '--without-pear' '--enable-fpm' '--enable-maintainer-zts' '--enable-pcntl' '--with-tsrm-pthreads' '--enable-mbstring' '--enable-mbregex' '--enable-bcmath' '--enable-zip' '--enable-sockets' '--enable-soap' '--enable-gd-native-ttf' '--enable-xml' '--enable-inline-optimization' '--enable-opcache
./configure' '--prefix=/home/php' '--with-config-file-path=/home/php/etc' '--with-mysql' '--with-pdo-oci' '--with-openssl' '--with-pear' '--with-mhash' '--with-xmlrpc' '--with-zlib' '--with-mcrypt' '--with-curl' '--with-gd' '--with-freetype-dir=/usr/include/freetype2' '--without-sqlite3' '--without-pdo-sqlite' '--disable-rpath' '--without-pear' '--enable-fpm' '--enable-maintainer-zts' '--enable-pcntl' '--with-tsrm-pthreads' '--enable-mbstring' '--enable-mbregex' '--enable-bcmath' '--enable-zip' '--enable-sockets' '--enable-soap' '--enable-gd-native-ttf' '--enable-xml' '--enable-inline-optimization' '--enable-opcache

PHP安装之configure的配置参数的更多相关文章

  1. php源码安装常用配置参数和说明

    常用的配置参数1. --prefix=/usr/local/php 指定 php 安装目录 install architecture-independent files in PREFIX 默认/us ...

  2. PHP 源码安装常用配置参数和说明

    常用的配置参数1. --prefix=/usr/local/php指定 php 安装目录install architecture-independent files in PREFIX 默认/usr/ ...

  3. php编译安装configure完全配置够日常所用功能

    php编译安装configure完全配置够日常所用功能 ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/p ...

  4. nginx安装及负载均衡配置

    Nginx (“engine x”) 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器. Nginx 是由 Igor Sysoev 为俄罗斯访问量第二 ...

  5. MySQL性能优化之max_connections配置参数浅析

    这篇文章主要介绍了MySQL性能优化之max_connections配置参数浅析,本文着重讲解了3种配置max_connections参数的方法,需要的朋友可以参考下 MySQL的max_connec ...

  6. Oracle 12cR1 RAC 在VMware Workstation上安装(上)—OS环境配置

    Oracle 12cR1 RAC 在VMware Workstation上安装(上)-OS环境配置 1.1  整体规划部分 1.1.1  所需软件介绍 Oracle RAC不支持异构平台.在同一个集群 ...

  7. Centos7安装openvpn及客户端配置

    1.openvpn介绍 VPN直译就是虚拟专用通道,是提供给企业之间或者个人与公司之间安全数据传输的隧道,使用OpenSSL加密库中的SSLv3/TLSv1协议函数库. 目前OpenVPN能在Sola ...

  8. CentOS7 编译安装Nginx+php并配置php-fpm模块

    1.编译安装PHP7.2.0 去官网下载安装包:http://php.net/downloads.php ,完成之后,上传至服务器,并释放压缩包 .tar.gz cd php- 因为我们需要编译安装, ...

  9. Linux 通过编译安装apache服务以及配置

    Linux 编译安装apache服务 一.安装 1.通过编译安装,首先需要下载源代码安装包 apache下载链接:http://httpd.apache.org/download.cgi 2.解开源代 ...

随机推荐

  1. java之hibernate之单向的一对多关联映射

    这篇主要讲hiberante中的 单向一对多关联映射 1.在应用中,有时候需要从一的一端获取多的一端的数据.比如:查看某个分类下的所有书籍信息:查看某个订单下的所有商品等. 2.在一对多的关联关系中, ...

  2. Matlab 多项式及其函数

    多项式及其函数 多项式及其函数 Matlab用一维向量表示多项式 例:创建一个通用的一维向量转化为字符串格式的表达式 function s = pprintf(p) %pprintf 该函数可将一维向 ...

  3. C#采集麦克风话筒声音

    在项目中,我们会需要录制麦克风的声音.比如录制QQ聊天时自己说的话.那么如何采集呢?当然是采用SharpCapture!下面开始演示关键代码,您也可以在文末下载全部源码: 设置授权 第一步:在引用了S ...

  4. 前端开发 Angular

    https://www.angularjs.net.cn/tutorial/18.html

  5. isolate 通信

    main.dart import 'package:flutter/material.dart'; import 'package:flutter_isolate/flutter_isolate.da ...

  6. js实现用户输入日期算出是今年的第几天

    const rs = require("readline-sync"); // 根据用户输入的年月日输出第几天 // 欢迎 console.log("欢迎来到查询系统&q ...

  7. 【JavaWEB SSH】jsp页面传值后台Controller 部分值绑定不上实体类

    //前端ajax代码 1 var oldpassword = $('#old_password').val(); var password = $('#L_pass').val(); var user ...

  8. 学习笔记之MongoDB

    MongoDB - Wikipedia MongoDB is a cross-platform document-oriented database program. Classified as a  ...

  9. mysql 数据库 规范

    目录 mysql 数据库 规范 基础规范 命名规范 表设计规范 字段设计规范 索引设计规范 SQL编写规范 行为规范 mysql 数据库 规范 基础规范 必须使用InnoDB存储引擎 解读:支持事务. ...

  10. DQL 查询表中的数据

    DQL 查询表中的数据:查询语句(最复杂的语句)不会对数据库中的数据进行修改,只是一种显示数据的方式 语法格式: select 字段列表 from 表名列表 where 条件列表 group by 分 ...