Home > Article > Backend Development > PHP-Beast V0.6 released (PHP source code encryption module)_PHP tutorial
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.