add new module in install.sh nginx

This commit is contained in:
Guobao Jiang 2014-03-12 19:01:51 +08:00
parent 3faa8d1ba5
commit e40a84e04a
2 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,7 @@ cp ${DPS_PATH}/memcached-1.4.17/configure ${DPS_PATH}/memcached-1.4.17/config
--user=${iUser} --group=${iUser} \
--with-http_ssl_module \
--with-http_stub_status_module \
--with-google_perftools_module \
--with-pcre=${DPS_PATH}/pcre-8.34 \
--with-zlib=${DPS_PATH}/zlib-1.2.8 \
--with-openssl=${DPS_PATH}/openssl-1.0.1c

View File

@ -1,7 +1,7 @@
<?php
/***
* INTRO:
* INTRO
* This class provides an interface to redis.
*
* DEPENDS
@ -13,10 +13,10 @@
* 2014-02-27 1.0
* 2014-03-12 1.1 add extension_loaded if possible
*
* AUTHOR:
* AUTHOR
* Aborn Jiang
*
* ISSUES:
* ISSUES
* if ipis error ex. 192.168.0.23, redis->connect will spend
* lots of time. this is a bug in phpredis?
*