Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 1.52 KB

4.0.0

  • Supports only PHP>=7.1
  • Supports only Symfony 4

3.2.1

  • Uses Symfony 3.x

3.1.0

  • Test with PHP 7.2
  • #65 Add support for symfony4 (@daniel-iwaniec)
  • #61 Possibility to communicate with chrooted FastCGI (@rusnak)
  • #63 allow to force scripts invalidation (@jaymecd)
  • #69 Allow configuration file to specify which commands are available. (@bangpound)
  • #64 compile file into opcache (@jaymecd)

3.0.0

  • #57 Web Adapter (@scuben)
  • #56 Update useful commands list (@borisbabic)
  • #54 Removed exceptions thrown when storing NULL values (@sebastien-fauvel)
  • #52 Added APCIterator logic (@MikeSorokin)
  • #49 Making cachetool compatible w/ php7 (@jrmbrgs)
  • #46 Use cachetool.yml config when empty fcgi option passed (@vigneshgurusamy)
  • 3125bae Glob sockets when fcgi adapter is supplied but with no socket defined (from #39)
  • 714bc36 Add php 7.1 to travis test matrix