php7 安装 openssl拓展

php有多种安装方式
每种安装方式应该按照自己相应的方式去安装openssl拓展

apt-get安装

我开始使用sudo apt-get安装的php,所应该使用apt-get方式安装openssl拓展

sudo apt-get install openssl

sudo apt-get install libcurl4-openssl-dev

sudo apt-get install libssl-dev

pecl安装

相关文章

此处评论已关闭