加入收藏 | 设为首页 | 会员中心 | 我要投稿 广州站长网 (https://www.020zz.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

PHP: 安装

发布时间:2022-10-16 21:01:46 所属栏目:PHP教程 来源:网络
导读: 安装
The libxml extension is enabled by default,although it may be disabled with --disable-libxml.
The optional --with-libxml-dir directive is used to specify the location

安装

The libxml extension is enabled by default,although it may be disabled with --disable-libxml.

The optional --with-libxml-dir directive is used to specify the location of libxml on the system that PHP is being compiled onPHP 安装, otherwise only the default locations are scanned. The configure process checks for libxml (specifically, xml2-config) in the following order:

The location ([DIR]) specified with --with-libxml-dir([DIR]=/bin/xml2-config)

/usr/local/bin/xml2-config

/usr/bin/xml2-config

If configure cannot find xml2-config in the directory specified by --with-libxml-dir, then it'll continue on and check the default locations.

(编辑:广州站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!