标签:系统 vim 开始 pac chm debug info href err
安装教程:
一条命令完美安装:http://brew.sh/index_zh-cn.html
1 | // 创建目录,如果你没有创建过该目录 |
注:遇未生成libphp7.so
1 | brew install php70 --with-apxs2 --with-apache --with-gmp --with-imap --with-tidy --with-debug |
1 | $ sudo vim /etc/apache2/httpd.conf |
1 | sudo apachectl restart |
1 | <?php |
最后到你的 http://localhost/info.php 去看看测试以下,如果看到相关的信息,就说明已经安装好了。
原文:大专栏 Mac系统安装PHP7教程
标签:系统 vim 开始 pac chm debug info href err
原文地址:https://www.cnblogs.com/dajunjun/p/11641891.html