[phpMyAdmin Git] [phpmyadmin/docker] 9ddd36: Optimize PHP opcache settings

Michal Čihař michal at cihar.com
Tue Oct 18 12:56:41 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/docker
  Commit: 9ddd36cd255c243aba189cef4ef5959d75d0c5b7
      https://github.com/phpmyadmin/docker/commit/9ddd36cd255c243aba189cef4ef5959d75d0c5b7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M etc/php.ini

  Log Message:
  -----------
  Optimize PHP opcache settings

- opcache.save_comments=0 to avoid storing comments which we do not need
- opcache.validate_timestamps=0 the timestamps validation should not be
  needed as container is restarted on change
- fixes #71

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 1807d08963262b7fd95c212c6e098f873fd0e7b6
      https://github.com/phpmyadmin/docker/commit/1807d08963262b7fd95c212c6e098f873fd0e7b6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M etc/php.ini

  Log Message:
  -----------
  Merge pull request #75 from nijel/opcache

Optimize PHP opcache settings


Compare: https://github.com/phpmyadmin/docker/compare/6ab1e5055054...1807d0896326


More information about the Git mailing list