php-posix安装

三月 10th, 2011 | 2 Comments | Posted in PHP | 阅读次数: 43

Author:gaojinbo Time:2011-3-10 linux下安装php-posix,linux php-posix, php-posix rpm,php posix扩展这个问题困扰了近30分钟,后来发现安装如此简单,希望[......]

Read more

Tags: ,

ubuntu10.04下安装配置php+nginx+mysql

三月 9th, 2011 | 1 Comment | Posted in Nginx, PHP, Ubuntu | 阅读次数: 40

Author:gaojinbo Time:2011-3-9 其实在ubuntu下安装php+mysql+nginx环境是非常简单的,通过apt就能自动安装了,配置也非常简单。 这个文档适合新手,接触LINUX少的,又想在LINU[......]

Read more

Tags: , ,

ubuntu10.04下安装配置zend Guard代替Zend Optimizer

三月 8th, 2011 | 3 Comments | Posted in PHP, Ubuntu | 阅读次数: 48

Author:gaojinbo Time:2011-3-8 由于ubuntu 10.04下通过apt-get安装的php是5.3的,有些php程序使用了Zend Optimizer,php5.3又不支持,通过以下方法安装Zend Gu[......]

Read more

Tags: , ,

编centos5.5下编译安装php5.3.5 V1.0

二月 28th, 2011 | 7 Comments | Posted in Centos, PHP | 阅读次数: 31

Author:gaojinbo Time:2011-2-27 Centos5.5下编译安装php5.3.5,编译安装php5.3.5   下载 wget http://cn.php.net/get/php-5[......]

Read more

Tags: ,

php nginx pathinfo支持配置

十二月 29th, 2010 | 3 Comments | Posted in Nginx, PHP | 阅读次数: 28

Author:gaojinbo Time:2010-12-29 nginx path_info支持,php path_info,nginx pathinfo,nginx下安装php168,根据以下配置,就能很方便地在nginx上安装[......]

Read more

Tags: , ,

php加速php apc

十一月 10th, 2010 | 2 Comments | Posted in PHP | 阅读次数: 16

Author:gaojinbo Time:2010-11-10 加快php执行速度,我们可以使用php的apc扩展,经过测试php运行速度有很大提升。如果已安装Zend Optimizer eAccelerator,有可能会引起冲突。[......]

Read more

Tags: ,

PHP实现多服务器共享 SESSION 数据

八月 21st, 2010 | 9 Comments | Posted in PHP | 阅读次数: 10

一、问题起源     稍大一些的网站,通常都会有好几个服务器,每个服务器运行着不同功能的模块,使用不同的二级域名,而一个整体性强的网站,用户系统是统一的,即一套用户名、密码在整个网站的各个模块中都是可以[......]

Read more

Tags: ,

ubuntu 9.04下安装配置gearman

七月 2nd, 2010 | 3 Comments | Posted in PHP | 阅读次数: 21

Author:gaojinbo Time:2010-06-25 ubuntu 9.04下安装配置gearman V1.0     gearman安装配置 Gearman是最早由LiveJ[......]

Read more

Tags:

用Memcache 缓存加速Mysql的查询V1.0

六月 28th, 2010 | 2 Comments | Posted in PHP | 阅读次数: 26

用Memcache缓存加速Mysql的查询,很不错的接口,希望对大家有所帮助! <?php
$memcachehost = '192.168.1.1';
$memcacheport = 12000;
$memcachelife[......]

Read more

Tags: ,

请问如何在PHP中嵌入一个HTML文件

四月 30th, 2010 | 1 Comment | Posted in PHP | 阅读次数: 34

php里面添加html文件,很多时候需要用到! 如添加一个站点统计到网站,如果你的网站全部是php来写的,这时候直接用echo输出统计代码就会出现问题!然后php可以很方便的引入一个html文件,这样就方便多了!   具体操[......]

Read more

Tags: