
php
文章平均质量分 65
H-Sei
star
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
接收json格式错误,开头出现多余问号
json字符串开头出现多余问号原创 2016-04-12 09:02:59 · 7276 阅读 · 0 评论 -
windows环境配置 nginx + php + mysql
首先,材料准备:php:http://windows.php.net/ nginx: http://nginx.org/en/download.htmlmysql: http://www.mysql.com/downloads/D盘新建wwwroot 文件夹,里面新建php、nginx、www三个文件夹一、php安装及配置文件修改从官网下载完需要的版本(以php原创 2016-05-11 15:44:00 · 646 阅读 · 0 评论 -
windows + nginx + php + mysql +phpStorm +xdebug +chrome xdebug helper
最近开始做一个php项目,环境搭建废了不少劲。写篇文章,以后忘了回来好看看,需要的朋友也分享给你们。开发环境:window8.1 / 10IDE:phpstorm运行环境:php+nginx准备:php安装包、nginx、phpStorm、xdebug插件、mysql安装包(这个很简单,就不说怎么装了)一、安装配置php下载地址:http://windows.php原创 2016-05-16 15:22:21 · 2380 阅读 · 0 评论 -
CentOS7 php5.4 升级 php5.6
CentOS7 php5.4 升级 php5.6原创 2016-10-03 22:06:36 · 652 阅读 · 0 评论 -
Centos7-PHP7.1-Nginx
Installing PHP 7.1 on CentOS 7 with Nginx1. Install Nginx yum install nginx2. Repo's for PHP 7.1 Unfortionally PHP7.1 is not available trough main stream repo's yet.$ yum install epel-releas转载 2017-10-30 14:10:27 · 589 阅读 · 0 评论 -
centos php7 yum php + 扩展
1. 更新yum安装包CentOS 7.xrpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpmrpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpmCentOS 6.xrpm -Uvh http://mirror.webtatic.com/yu原创 2017-10-30 18:06:21 · 2863 阅读 · 1 评论