Home > Backend Development > PHP Tutorial > Free accelerator under PHP, PHPAccelerator_PHP tutorial

Free accelerator under PHP, PHPAccelerator_PHP tutorial

WBOY
Release: 2016-07-13 10:59:06
Original
931 people have browsed it

http://php-accelerator.co.uk/ can be downloaded and is a strong opponent of zend. It's free. I'm already using it. The effect is not bad.
Modify php.ini and add:
zend_extension = /usr/local/lib/php_accelerator_1.3.3r2.so
phpa = on
phpa.tweaks = on
phpa.cache_dir = /tmp
phpa.file_perms = 400
phpa.cache_file_prune_period = 1h
phpa.cache_file_ttl = 1d
phpa.shm_size = 10
phpa.shm_key = 0xc0deb00
phpa.shm_perms = 666
phpa.shm_user = nobody
phpa.shm_group = nobody
phpa.shm_release_at_exit = on
phpa.shm_stats_check_period = 5m
phpa.shm_ttl = 12h
phpa.shm_max_processes = 512
phpa.shm_lock_threshold0 = 10

apachectl graceful can be used. See its documentation for specific parameters.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631928.htmlTechArticlehttp://php-accelerator.co.uk/ can be downloaded and is a strong opponent of zend. It's free. I'm already using it. The effect is not bad. Modify php.ini and add: zend_extension = /usr/local/li...
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