Skip to content

Commit

Permalink
Merge pull request #569 from JulienBreux/patch-1
Browse files Browse the repository at this point in the history
Add missing Doctrine APCu Cache (PHP7)
  • Loading branch information
gianarb committed Oct 3, 2016
2 parents 2a4404a + e207738 commit 98dedcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
'class' => 'Doctrine\Common\Cache\ApcCache',
'namespace' => 'DoctrineModule',
),
'apcu' => array(
'class' => 'Doctrine\Common\Cache\ApcuCache',
'namespace' => 'DoctrineModule',
),
'array' => array(
'class' => 'Doctrine\Common\Cache\ArrayCache',
'namespace' => 'DoctrineModule',
Expand Down

0 comments on commit 98dedcc

Please sign in to comment.