Home > Backend Development > PHP Tutorial > ,关于APC扩展的配置参数

,关于APC扩展的配置参数

WBOY
Release: 2016-06-13 11:32:51
Original
1068 people have browsed it

求助,关于APC扩展的配置参数

[APC]<br />apc.enabled = 1<br />apc.shm_segments = 1<br />apc.shm_size = 64<br />apc.optimization = 0<br />apc.num_files_hint = 1000<br />apc.ttl = 0<br />apc.gc_ttl = 3600<br />apc.cache_by_default = On<br />apc.slam_defense = 0<br />apc.file_update_protection = 2<br />apc.enable_cli = 0<br />apc.stat=0<br />apc.canonicalize=0
Copy after login

上面是在php.ini里面的参数
存在的问题是修改php文件后,需要重启apache才能看到改变。也就是说,类似于缓存时间太长,检查修改的时间间隔太长。

APC
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