实现php加速的eAccelerator dll支持文件打包下载

2015-01-24信息快讯网
选择下载对应您的系统和PHP版本的eAccelerator

2.将其重命名为 eaccelerator.dll (win版) 然后移至您的 php目录下 的 ext文件夹中

3.在c:\php\建立缓存文件夹 temp 修改权限为 user组可读写

3.根据您系统的情况,一般都是PHP 扩展 ISAPI
打开php.ini文件, 找到extension=php_zip.dll, 在下面添加

zend_extension_ts="C:\php\ext\eaccelerator.dll"     //路径根据您系统的情况而定,文件扩展名也是
eaccelerator.shm_size="64"     //根据你的系统内存来,默认16M,可以改成64M
eaccelerator.cache_dir="C:\php\temp"   //手动创建,例如C:\php\temp,确保他的权限为可读写,并且以后不要动这个目录
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"

把修改好的 php.ini 放入你的php配置目录 2003好像是 c:\windows\
打包文件下载
php 操作excel文件的方法小结
PHP编程过程中需要了解的this,self,parent的区别
用php实现让页面只能被百度gogole蜘蛛访问的方法
PHP simple_html_dom.php+正则 采集文章代码
c#中的实现php中的preg_replace
php jquery 实现新闻标签分类与无刷新分页
PHP下编码转换函数mb_convert_encoding与iconv的使用说明
php操作sqlserver关于时间日期读取的小小见解
php session_start()关于Cannot send session cache limiter - headers already sent错误解决方法
php google或baidu分页代码
MYSQL 小技巧 -- LAST_INSERT_ID
php Memcache 中实现消息队列
php 将excel导入mysql
phpmailer 中文使用说明(简易版)
php pack与unpack 摸板字符字符含义
php self,$this,const,static,->的使用
php foreach、while性能比较
不要轻信 PHP_SELF的安全问题
使用 eAccelerator加速PHP代码的方法
用windows下编译过的eAccelerator for PHP 5.1.6实现php加速的使用方法
MySQL数据库转移,access,sql server 转 MySQL 的图文教程
php中ob(Output Buffer 输出缓冲)函数使用方法
Windows下IIS6/Apache2.2.4+MySQL5.2+PHP5.2.1安装配置方法
php 中的str_replace 函数总结
解决php中Cannot send session cache limiter 的问题的方法
15种PHP Encoder的比较
如何提高MYSQL数据库的查询统计速度 select 索引应用
PHP5中的this,self和parent关键字详解教程
PHP_MySQL教程-第二天while循环与数据库操作第1/2页
PHP 中dirname(_file_)讲解
使用 eAccelerator加速PHP代码的目的
excellent!――ASCII Art(由目标图象生成ascii)
©2014-2024 dbsqp.com