Skip to content

Releases: PHP-DI/ZF2-Bridge

Fixed inconsistent Apcu usage

21 Nov 11:29
3e6ec3b

Choose a tag to compare

ApcuFactory was creating ApcCache, so projects using PHP 7+ needed to use ext-apc-bc. This new version is using ApcuCache.

PhpUnit 6 compatibility

13 Nov 09:05
02bc805

Choose a tag to compare

Merge pull request #17 from gabriel-caruso/phpunit

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase

Regression fix

16 Aug 20:43

Choose a tag to compare

1.0.18

version fix

APCu cache support

16 Aug 19:53

Choose a tag to compare

Merge branch 'master' of https://github.com/PHP-DI/ZF2-Bridge

# Conflicts:
#	config/module.config.php
#	src/DI/ZendFramework2/Service/CacheFactory.php

ZF 2.5+ compatibility

15 Sep 17:18

Choose a tag to compare

Merge pull request #14 from Mattin/zend_2.5_compatibility_fix

ZF2.5 and newer compatibility fix

Memcached support

15 Sep 14:24

Choose a tag to compare

Merge pull request #13 from Mattin/memcached_support

Added support for memcached caching

Documentation fix

27 Mar 19:44

Choose a tag to compare

1.0.14

README fix - application.config.pgp instead of module.config.php

ControllerManager fix

09 Feb 17:11

Choose a tag to compare

1.0.13

fix - ControllerManager injects ZF core services into created control…

1.0.12

22 Jan 00:01

Choose a tag to compare

travis redis test

1.0.11

21 Jan 23:31

Choose a tag to compare

Merge pull request #9 from PHP-DI/composer-config

Improve Composer's configuration