CacheTool v5.0.0 Release Notes

Release Date: 2020-03-29 // about 4 years ago
    • 💥 Breaking Change: PHP 7.2 is now required
    • #140 Add opcache:reset:file-cache command that clears the file cache directory contents
    • #88, #92 Add support for opcache.file_cache_only
    • ⚡️ #87 Fix self-update command
    • #135 Automatically creates temporary directory
    • #142 Migrating to assertStringContainsString PHPUnit 8.x
    • 🗄 #141 @expectedException annotation deprecated on PHPUnit 8.x
    • ⚡️ #137 Update to dependencies to support Symfony 5
    • #138 Add dependency check before running cachetool
    • 🛠 #139 [BUGFIX] Correct link to Julien Pauli´s blog post #139
    • #133 Switch FastCGI library (hollodotme/fast-cgi-client)
    • 👷 #132 CI in PHP 7.4
    • #129 Implement --batch and --exclude options for opcache:compile:scripts command
    • #131 Add SERVER_ADDR, REMOTE_ADDR, REMOTE_PORT in FCGI call
    • 📚 Update http to https in documentation