Skip to content

Commit 91dab16

Browse files
committed
Add drivers to CacheManager::getStaticSystemDrivers()
1 parent d050fa2 commit 91dab16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/phpFastCache/CacheManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ public static function getStaticSystemDrivers()
237237
'Leveldb',
238238
'Wincache',
239239
'Xcache',
240+
'Zenddisk',
241+
'Zendshm',
240242
'Devnull',
241243
];
242244
}

0 commit comments

Comments
 (0)