php7安装sodium扩展
当前使用Centos7.x系统,php使用7.2版本,whsir一键包已支持该扩展 安装libsodium libsodium是安装sodium扩展的必须依赖条件,我这里提供两种安装方式,编译和直接yum 编译安装libsodium [crayon-678b0 … 阅读全文
当前使用Centos7.x系统,php使用7.2版本,whsir一键包已支持该扩展 安装libsodium libsodium是安装sodium扩展的必须依赖条件,我这里提供两种安装方式,编译和直接yum 编译安装libsodium [crayon-678b0 … 阅读全文
有效的隐藏php版本信息,降低网站被黑客攻击的风险 查看当前是否开启php版本号
1 |
curl -I http://你的地址 |
X-Powered-By: PHP/5.6.22 这里可以看到当前地址的php版本信息是5.6.22 通过命令可 … 阅读全文
当前系统环境Centos7.6,php版本5.6.39 1、安装epel源,安装所需依赖
1 2 |
yum install epel-release yum install gcc gcc-c++ libxml2-devel libxml2 openssl openssl-devel curl curl-devel libjpeg-devel libpng-devel freetype-devel icu libicu libicu-devel libmcrypt libmcrypt-devel libxslt libxslt-devel |
2、下载php5.6
1 2 |
cd /usr/local/src wget http://cn2.php.net/distributions/php-5.6.39.tar.gz |
3、解压编译安装 … 阅读全文
要求在CentOS7下安装apache+php+mariadb,以rpm包形式安装,php module;要有两个虚拟主机; (1)一个虚拟主机提供phpMyAdmin,并为phpMyAdmim提供https服务; (2)另一个虚拟主机安装wordpress; … 阅读全文