一、安装Xcache#wgethttp://xcache.lighttpd.net/pub/Releases/1.3.0/xcache-1.3.0.tar.gz#tarzxvfxcache-1.3.0.tar.gz#cdxcache-1.3.0#/usr/local/php/bin/phpize#....
分类:
系统相关 时间:
2015-11-04 11:27:48
阅读次数:
256
PDO_mysql是一种标准数据库访问接口,开发通常要求安装。安装过程如下:(一样要CD到目录执行phpize)注意要指定php-config和mysql的路径安装完毕。
分类:
数据库 时间:
2015-11-03 23:05:23
阅读次数:
192
php添加或升级扩展模块步骤:1)、下载对应扩展的稳定版源码包2)、进入到解压后的源码包执行: sudo /usr/local/php/bin/phpize //对应安装到哪个php版本 sudo ./configure -with-curl=/usr/local/curl/ --enable-sw...
分类:
Web程序 时间:
2015-10-29 20:10:09
阅读次数:
195
所用资源:https://github.com/allegro/php-protobuf/ 进入解压目录执行:?phpize ./configure make make install # please add following line to your php.ini extension=protobuf.so 重启PHP phpinfo() ?就可...
分类:
Web程序 时间:
2015-10-26 19:10:42
阅读次数:
350
tarjxfeaccelerator-0.9.6.1.tar.bz2
cdeaccelerator-0.9.6.1/
mkdir-p/usr/local/eaccelerator_cache
/usr/bin/phpize
./configure--enable-eaccelerator=shared--with-php-config=/usr/bin/php-config
make
makeinstall
echo‘[eaccelerator]‘>>/etc/php.ini
echo‘..
分类:
Web程序 时间:
2015-10-20 19:50:31
阅读次数:
242
实验环境CentOSphpinfo()显示PHPVersion5.3.3去官网http://www.xdebug.org/对应下载xdebug-2.2.5linux下解压xdebug包。1、进入xdebug,在这个目录下先运行php目录下面的bin/phpize;我的机子,运行phpize出错[root@localhostxdebug-2.2.5]#phpize
-bash:phpize:commandnotfound安..
分类:
Web程序 时间:
2015-10-18 01:24:13
阅读次数:
137
第一 下载:git上下载redis的扩展包 git clone https://github.com/nicolasff/phpredis 第二 挂载:在shell中输入 phpize 【查看适合的版本信息】 ?????./configure 编译 【phpize是用来扩展php扩展模块的,...
分类:
Web程序 时间:
2015-10-08 11:50:50
阅读次数:
320
步骤总结:一、cd /usr/src/php源码包目录/ext/扩展目录/二、/usr/local/php5314/bin/phpize三、./configure --with-php-config=/usr/local/php5314/bin/php-config 注意要先确保/usr/loca....
分类:
Web程序 时间:
2015-09-26 07:01:45
阅读次数:
209
第一步从官网下载yaf安装包在第二步执行phpize的时候报错,大概是下面这个样子:grep: /Applications/MAMP/bin/php/php5.6.10/include/php/main/php.h: No such file or directorygrep: /Applicati...
分类:
系统相关 时间:
2015-09-25 00:15:27
阅读次数:
937
#!/bin/sh##一键优化lamp之php#安装eaccelerator缓存加速器cd/home/lvnian/toolstarjxfeaccelerator-0.9.6.tar.bz2cdeaccelerator-0.9.6/application/php/bin/phpize./configure--enable-eaccelerato=shared--with-php-config=/application/php/bin/php-configecho$?make&&..
分类:
Web程序 时间:
2015-09-24 11:09:55
阅读次数:
254