Skip to content

Release of 1.1.1 - Full refactor and actually working CLI commands

Choose a tag to compare

@wiardvanrij wiardvanrij released this 02 May 21:06
· 14 commits to development since this release

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