PHP-BeastV0.6 released (PHP source code encryption module ). This version mainly modifies some bugs and adds some configuration items: 1. you can set the cache size to use units, for example, beast. cache_size10m; 2. you can disable the beast module in the configuration file,
This version mainly modifies some bugs and adds some configuration items:
1. set the available cache size units, for example, beast. cache_size = 10 m;
2. you can disable the beast module in the configuration file, for example, beast. enable = Off;
3. added the logging function. you can use the beast. log_file configuration item to specify the log file.
4. use the filelock to solve the bug caused by the original Semaphore lock. you can use beast. lock_path to specify the lock path.
CAPACITY 1. set the cache size to the available unit, for example, beast. cache_size = 10 m; 2. disable the beast module in the configuration file ,...