首页 > Web开发 > 详细

查看 php 编译参数

时间:2019-08-11 01:04:32      阅读:103      评论:0      收藏:0      [点我收藏+]

/app/php/bin/php -i|grep configure

 

范例 4:

 

[root@VM-001 ~]# /app/php/bin/php -i|grep configure

 

Configure Command => ‘./configure‘ ‘--prefix=/app/php‘ ‘--with-apxs2=/app/apac he/bin/apxs‘ ‘--with-mysql=shared,/app/mysql‘ ‘--with-ttf=shared‘ ‘--with-freetype- dir‘ ‘--with-gd‘ ‘--with-zlib‘ ‘--with-jpeg-dir‘ ‘--with-png-dir‘ ‘--with-iconv=/app/libic onv‘ ‘--enable-short-tags‘ ‘--enable-sockets‘ ‘--enable-zend-multibyte‘ ‘--enable-soa p‘ ‘--with-openssl‘ ‘--enable-mbstring‘ ‘--enable-static‘ ‘--enable-gd-native-ttf‘ ‘--wit h-curl‘ ‘--with-xsl‘ ‘--enable-ftp‘ ‘--with-libxml-dir‘

查看 php 编译参数

原文:https://www.cnblogs.com/fanweisheng/p/11333455.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!