摘要:
In this tutorial I will show you how to install MySQL support in PHP application.PHP MySQL on Centos 5.xThis Tutorial show you how to install MySQL support into php. If you have downloaded and installed Centos 5.x then you won't get MySQL support into your php application. In this tutorial I wil 阅读全文
posted @ 2011-12-24 18:00
rickxu
阅读(325)
评论(0)
推荐(0)
摘要:
PECL :: Package :: memcache 2.1.1 版本的 Changelog 中有一条:- Added experimental session storage support. You can use memcached as session storage.也就是可以直接用 memcache 来作 PHP 的 session.save_handler。1. 安装 memcached,还是那套 ./configure; make; make install,注意 memcached 用 libevent 来作事件驱动,所以要先安装有 libevent。2. 安装 pecl: 阅读全文
posted @ 2011-12-24 13:34
rickxu
阅读(281)
评论(0)
推荐(0)
浙公网安备 33010602011771号