Home  >  Article  >  Backend Development  >  PHP-Beast V0.6 released (PHP source code encryption module)_PHP tutorial

PHP-Beast V0.6 released (PHP source code encryption module)_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 11:16:09927browse

This version mainly fixes some bugs and adds some configuration items:

1. You can use units to set the cache size, for example: beast.cache_size = 10m;

2. The beast module can be disabled in the configuration file, for example: beast.enable = Off;

3. Added logging function, you can use the beast.log_file configuration item to specify the log file.

4. Use file lock to solve the bug caused by the original semaphore lock. You can use beast.lock_path to specify the lock path.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/440142.htmlTechArticleThis version mainly fixes some bugs and adds some configuration items: 1. You can use units to set the cache size, for example : beast.cache_size = 10m; 2. You can disable the beast module in the configuration file,...
Statement:
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