1. brew install nginx 2. brew install php70 3. 配置Nginx ① 定义根目录 root /usr/local/sk 将这一部分放到server块里面,去掉其他location块里面的root ② nginx + php 整合,只需将 location ...
分类:
系统相关 时间:
2017-06-22 15:12:50
阅读次数:
180
cd /usr/local/src wget http://pecl.php.net/get/zip-1.13.5.tgz tar -zxvf zip-1.13.5.tgz cd zip-1.13.5 /opt/remi/php70/root/usr/bin/phpize #根据自己安装的路径变更 ...
分类:
Web程序 时间:
2017-06-17 13:14:07
阅读次数:
276
yum安装php7 删除之前的版本 # yum remove php* rpm 安装 Php7 相应的 yum源 CentOS/RHEL 7.x: CentOS/RHEL 6.x:# rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm yu ...
分类:
Web程序 时间:
2017-06-03 13:53:12
阅读次数:
189
wget http://pecl.php.net/get/zip-1.13.5.tgztar -zvxf zip-1.13.5.tgzcd zip-1.13.5phpize ./configure make sudo make install 中途可能会提示要安装apt install php70- ...
分类:
系统相关 时间:
2017-05-28 23:48:51
阅读次数:
889
ps:度娘上的LAMP安装更全,解释更加清楚,以下纯属个人思路,仅供参考 lamp 快速安装步骤1、允许远程登录1.1 开放22端口 firewall-cmd --zone=public --add-port=22/tcp --permanent1.2 重启防火墙 sudo systemctl re ...
分类:
其他好文 时间:
2017-03-22 22:54:02
阅读次数:
219
安装php7.0.15 brew install homebrew/php/php70 brew install homebrew/php/php70-mcrypt brew install homebrew/php/php70-redis brew install homebrew/php/php ...
分类:
Web程序 时间:
2017-02-22 12:58:13
阅读次数:
340
服务器上需要使用多个php版本,费了好几天劲,终于有所收获。记录如下: 1.下载php-5.5.37.tar.bz2。 2.tar zvxf php-5.5.37.tar.bz2 -C /usr/local/php55(如果上述目录不存在,新建一个吧) 3.进入php-5.5.37目录。 4../c ...
分类:
Web程序 时间:
2016-12-18 18:03:26
阅读次数:
193
根据《全新安装MacOSSierra(10.12)并使用HomeBrew安装ZSH+MNMP(Mac+Nginx+Mysql+Php)开发环境》教程在mac下用brew安装php70出错。brewinstallphp70--with-debug--with-gmp--with-homebrew-curl--with-homebrew-libressl--with-homebrew-libxml2--with-homebrew-libxslt--with-i..
分类:
Web程序 时间:
2016-12-16 19:57:48
阅读次数:
379
一、使用brew安装php多版本方法# brew install php56# brew install php70二、安装切换工具# brew install php-version# source $(brew --prefix php-version)/php-version.sh三、查看当前 ...
分类:
Web程序 时间:
2016-12-16 18:58:56
阅读次数:
201
一、使用brew安装php多版本方法# brew install php56# brew install php70二、安装切换工具# brew install php-version# source $(brew --prefix php-version)/php-version.sh三、查看当前 ...
分类:
微信 时间:
2016-12-13 19:20:20
阅读次数:
242