phpredis扩展安装总结:PHP扩展安装在[root@iZ254lfyd6nZ lampp]# cd include 目录下创建一个目录phpredis下载扩展:wget https://github.com/nicolasff/phpredis/archive/master.tar.gz解压....
分类:
Web程序 时间:
2015-06-29 11:32:30
阅读次数:
349
想玩下sphinx,感觉安装也挺纠结的,废话就不多说了^-^,安装步骤如下:1:到http://sphinxsearch.com 下载sphinx最新的源码包(以下称sphinx),还有到http://pecl.php.net/package/sphinx 下载php的扩展客户端(以下称phpsph...
分类:
Web程序 时间:
2015-06-05 00:35:23
阅读次数:
157
使用phpinfo()函数输出PHP信息,然后找到Configuration File (php.ini) apachectl 其设计意图是帮助管理员控制Apache httpd后台守护进程的功能。Centos linux php扩展安装步骤1 首先进入到php源码包中 cd /opt/php-5....
分类:
Web程序 时间:
2015-04-22 23:42:59
阅读次数:
215
需要安装的软件包括libevent 安装 Memcached 服务器所依赖的软件包libmemcached 是一个 memcached 的库memcached Memcached 服务器软件包memcached PHP开启 Memcached 扩展的软件包下载所需软件包并解包安装 libeventc...
分类:
Web程序 时间:
2015-04-17 15:23:36
阅读次数:
207
使用php的常见问题是:编译php时忘记添加某扩展,后来想添加扩展,但是因为安装php后又装了一些东西如PEAR等,不想删除目录重装,那么此时就需要自己重新增加某模块支持了,Linux操作系统下可以用phpize给PHP动态添加扩展.下面就以扩展模块
oci8为例(php连接oracle数据库需要改扩展支持)做简单的说明.
1.下载Oracle客户端程序包,其中包含OCI、OCCI和JD...
分类:
数据库 时间:
2014-12-24 11:45:23
阅读次数:
290
1. 安装依赖GeoIP-devel,GeoIPyum install GeoIP.x86_64 GeoIP-devel.x86_642. 配置IP数据库GeoIP.dat,GeoLiteCity.datwget -N http://geolite.maxmind.com/download/geoi...
分类:
Web程序 时间:
2014-12-08 02:06:06
阅读次数:
402
作者:zhanhailiang 日期:2014-12-08
1. 安装依赖GeoIP-devel,GeoIP
GeoIP-devel.x86_64 : Development headers and libraries for GeoIP
GeoIP.x86_64 : Library for country/city/organization to IP address or hostna...
分类:
Web程序 时间:
2014-12-08 00:48:51
阅读次数:
215
安装环境:CENTOS6.5,nginx1.6.2,php-5.5.18,mysql5.5.38在安装软件之前安装epel源,就可以直接用yum安装libmcrypt,mhash,mcrypt等php扩展。安装nginx解决依赖关系,安装开发包组"DevelopmentTools"和"ServerPlatformDevelopment"。#tar–xfnginx-1.6...
分类:
系统相关 时间:
2014-11-22 19:03:24
阅读次数:
300
linux下PHP扩展安装memcache模块roid安装环境RHEL 4Php 5.2.6所需软件libevent-1.4.6-stable.tar.gz (http://monkey.org/~provos/libevent/)memcache-2.2.3.tgz (http://pecl.ph...
分类:
Web程序 时间:
2014-09-16 15:42:40
阅读次数:
302
安装php(fastcgi模式)的时候,常常有这样一句命令:/usr/local/webserver/php/bin/phpize一、phpize是干嘛的?phpize是什么东西呢?php官方的说明:http://php.net/manual/en/install.pecl.phpize.phpph...
分类:
Web程序 时间:
2014-08-19 18:38:55
阅读次数:
704