Przeglądaj źródła

Merge pull request #159 from bawuenet/scl_opcache

Handle different scl/legacy php naming for opcache.
tags/v0.34.0
Niels Abspoel 6 lat temu
rodzic
commit
5486e445df
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      php/ng/map.jinja

+ 1
- 1
php/ng/map.jinja Wyświetl plik

@@ -2738,7 +2738,7 @@
'net-smtp': 'php-pear-Net-SMTP',
'net4': 'php-pear-Net-IPv4',
'oauth': 'php-pecl-oauth',
'opcache': 'php-pecl-zendopcache',
'opcache': rh_prefix + 'php-opcache' if salt['pillar.get']('php:use_scl_repo', False) else 'php-pecl-zendopcache',
'pear': rh_prefix + 'php-pear',
'pgsql': rh_prefix + 'php-pgsql',
'php': rh_prefix + 'php',

Ładowanie…
Anuluj
Zapisz