saltstack-formulas / php-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
57 stars 231 forks source link

Handle different scl/legacy php naming for opcache. #159

Closed ixs closed 6 years ago

ixs commented 6 years ago

When running on CentOS or RHEL the opcache package under php 5.4 us named php-pecl-zendopcache. When using a newer PHP version like 5.6, 7.0 or 7.1 the package is named slightly different though: php-opcache.

Take this into account.

aboe76 commented 6 years ago

@ixs thanks for this.