[phpMyAdmin Git] [phpmyadmin/docker] ddfe8e: Update php.ini

Michal Čihař michal at cihar.com
Thu Mar 2 09:47:24 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/docker
  Commit: ddfe8e2b1c6c646de2bbc0647cff5363fc68512a
      https://github.com/phpmyadmin/docker/commit/ddfe8e2b1c6c646de2bbc0647cff5363fc68512a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M etc/php.ini

  Log Message:
  -----------
  Update php.ini

Update to match php.ini-production from PHP 7.0.

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


  Commit: 29d69f34ad430c54e7be9c65c30f9ec8f8855064
      https://github.com/phpmyadmin/docker/commit/29d69f34ad430c54e7be9c65c30f9ec8f8855064
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M etc/php.ini

  Log Message:
  -----------
  Disable opcache API

By setting non existing path as restrict_api.

Fixes #65

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


  Commit: 6e3955516fb8007d782c0cc203136c530b574958
      https://github.com/phpmyadmin/docker/commit/6e3955516fb8007d782c0cc203136c530b574958
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M etc/php.ini

  Log Message:
  -----------
  Disable opcache.use_cwd

All scripts are executed in single working directory, so it should not
cause any harm and according to documentation it should perform better.

Issue #98

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


Compare: https://github.com/phpmyadmin/docker/compare/facd453fc2fc...6e3955516fb8


More information about the Git mailing list