magento / magento-cloud

Magento Cloud
Open Software License 3.0
205 stars 235 forks source link

MCLOUD-2649: [opcache] Disable timestamps validation #504

Closed BaDos closed 4 years ago

BaDos commented 4 years ago

Description

Added exclude list for opCache and disabled timestamps validations.

Fixed Issues (if relevant)

https://jira.corp.magento.com/browse/MCLOUD-2649

Manual testing scenarios

  1. Check that php -i shows opcache.blacklist_filename => /app/*/op_exclude.txt => /app/*/op_exclude.txt and opcache.validate_timestamps => Off => Off

Contribution checklist