1
0
Fork 0
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:
Michele Locati 2024-02-08 16:10:38 +01:00 committed by GitHub
parent 68552b1e16
commit 76789743a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 3 deletions

View file

@ -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';