wodby / php

Generic PHP docker container images
MIT License
155 stars 103 forks source link

Add environment variable for opcache.validate_timestamps #1

Closed cyberwolf closed 7 years ago

cyberwolf commented 7 years ago

It would be nice if opcache.validate_timestamps could be set to 0 through an environment variable, which can be usefull to speed up (automated) acceptance testing environments, where source code is not changed anymore once built.

csandanov commented 7 years ago

Sure, I've added a new env var PHP_OPCACHE_VALIDATE_TIMESTAMPS, by default 1.