Releases: wiardvanrij/m2-opcache-manager
Releases · wiardvanrij/m2-opcache-manager
Release 1.3.0
Don't overwrite existing commands
#8 by paulvandermeijs
Small fixes and improvements
Thanks to @osrecio
Add FileSystem to manage Files
Fix Construct Controllers Path
Delete Object Manager
Fix PHPCS and PHPMD Problems
Added code of conduct, contributing MD's.
Release of 1.1.1 - Full refactor and actually working CLI commands
I came to the conclusion that clearing the opcache via the CLI does not work. Even tho the command is placed in a PHP file, running something like "php clearopcache.php" on the CLI does not actually clear the OpCache.
The refactor includes a frontend controller which gets called by a curl request via the CLI.
For security reasons there is a "lock" / "permission" file. Direct access is therefor not possible. It is not possible for bots / "hackers" to clear your OpCache
Init
1.0.0 Fixes donate link