eAccelerator安装

WBOY
Release: 2016-06-23 14:12:19
Original
818 people have browsed it

Windows PHP 框架 Zend eAccelerator

1.本人是windows 环境。
2.没有zend_framework。
3.想把eAccelerator安装在PHP上怎么安装。
4.eAccelerator.dll。别的也行。

回复讨论(解决方案)

php 5.3 以后的 eAccelerator 还能用吗?至少我不知道

你的php版本多少?
去下载对应的版本,放到扩展文件夹下面。
大概有这么多设置,注释打开就好。
具体参数是干嘛的网上搜一下就好
;extension="eaccelerator.dll"
;eaccelerator.shm_size="64"
;eaccelerator.cache_dir="d:\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"
;eaccelerator.keys = "shm"
;eaccelerator.sessions = "shm"
;eaccelerator.content = "shm"

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template