mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 09:02:42 +00:00
Add support for saxon (#889)
This commit is contained in:
parent
68552b1e16
commit
76789743a7
5 changed files with 10 additions and 3 deletions
|
@ -6,6 +6,7 @@ $nameMap = [
|
|||
'opcache' => 'Zend OPcache',
|
||||
'apcu_bc' => 'apc',
|
||||
'ioncube_loader' => 'ionCube Loader',
|
||||
'saxon' => 'saxonc',
|
||||
];
|
||||
if (PHP_VERSION_ID < 70000) {
|
||||
$nameMap['sodium'] = 'libsodium';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue