mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add support for apcu_bc
Test: apcu_bc
This commit is contained in:
parent
ded00059c6
commit
d169c1fa49
3 changed files with 14 additions and 0 deletions
|
@ -4,6 +4,7 @@ $rc = 0;
|
|||
$numTestedExtensions = 0;
|
||||
$nameMap = [
|
||||
'opcache' => 'Zend OPcache',
|
||||
'apcu_bc' => 'apc',
|
||||
];
|
||||
$testsDir = __DIR__ . '/tests';
|
||||
function runTest($testFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue