PHP教程

PHP 安装笔记

本文主要是介绍PHP 安装笔记,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

PHP configure 参数

选项说明
–prefix=path指定安装目录,默认值 /usr/local
–with-config-file-path=path设置 php.ini 的搜索路径。默认为 prefix/lib。就是 PHP 的 php.ini
–enable-fpmEnable building of the fpm SAPI executable
–enable-inline-optimization
–enable-soapEnable SOAP support
–enable-ftpEnable FTP support
–enable-mbstringEnable multibyte string support
–enable-zipInclude Zip read/write support

没有 --enable-json

没有 --enable-pdo

没有 --enable-fileinfo

没有 --enable-filter

这篇关于PHP 安装笔记的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!