Skip to content

Update docker environment to php7

Nick Sellen requested to merge update-to-php7 into master

What does this MR do?

Updates docker environment to use our php:2.0 image (which is using php 7.1.9).

Then any related fixes:

  • microtime() should be called with a boolean true to return float
  • the api tests are failing locally now...

How confident are you it won't break things if deployed?

Not sure...

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... (the existing tests will test the change)
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports