Skip to content

Releases: diablomedia/zf1-cache

PHP 8.4

10 Jan 19:13
7de7a67
Compare
Choose a tag to compare

This release allows PHP 8.4

PHP 8.3 Ready

19 Apr 15:47
f7e4fb3
Compare
Choose a tag to compare

This release allows and was tested against PHP 8.3

PHP 8.2 Ready

19 Apr 18:31
47b88cf
Compare
Choose a tag to compare

Tested against PHP 8.2

PHP 8.1 Ready

04 Dec 05:02
e2fb0e0
Compare
Choose a tag to compare

This version has been tested against PHP 8.1.

  • PHP < 7.4 has been dropped (and is enforced with composer.json).
  • PHP 5 specific code removed.
  • Tests support PHPUnit 9
  • Changed the APC adapter to use apcu functions if available

PHP 8.0 Tested

22 Mar 17:41
548561f
Compare
Choose a tag to compare

This release has been tested on PHP 8, no code changes necessary, just updates to tests to remove deprecated assertions.

Zend_Config version allowed bump

10 Jan 00:23
Compare
Choose a tag to compare

Since we released a 2.x version of the Zend_Config component, have to allow that in any components that use it in order for it to get installed in deeper packages.

PHP 7.4 Tested

09 Jan 19:49
Compare
Choose a tag to compare

Various return type fixes to satisfy updated phpstan, also a bugfix where code was trying to throw a method call that doesn't return anything (because it throws an exception itself).

PHP 7.3 tested

19 Feb 19:59
Compare
Choose a tag to compare

This release has been tested against php 7.3.

Better Autoloading

16 Apr 22:18
Compare
Choose a tag to compare
Testing code climate's code sniffer plugin (#1)

* Testing code climate's code sniffer plugin

* try force install?

* fixing style

* removing codeclimate config, adding grumphp

First Release

26 Mar 18:54
Compare
Choose a tag to compare
1.0.0

making sure apcu and apc get loaded in correct order