Centos7下安装PHP7
准备工作:
# 安装编译工具:
yum -y install gcc automake autoconf libtool gcc-c++
# 安装基础库
yum -y install gd zlib zlib-devel openssl ...
lampnick
9年前 (2016-02-29) 2574℃ 0评论
0喜欢
centos7下面安装nginx
cd /usr/local/src/
wget http://nginx.org/download/nginx-1.8.1.tar.gz#下载地址
tar zxvf nginx-1.8.1.tar.gz
cd nginx-1.8.1
...
lampnick
9年前 (2016-02-24) 2370℃ 0评论
3喜欢
centos 7 php7 提示缺少php_smart_str.h怎样解决?
1、编译Memcache
wget https://github.com/websupport-sk/pecl-memcache/archive/php7.zip #下载memcache源文件
tar...
lampnick
9年前 (2016-02-24) 4745℃ 0评论
3喜欢
string mb_detect_encoding ( string $str [, mixed $encoding_list = mb_detect_order() [, bool $strict = false ]] )
Detects character encoding ...
lampnick
9年前 (2016-02-22) 2055℃ 0评论
2喜欢