koken / docker-koken-lemp

Docker image for Koken. Uses Ubuntu, nginx, MySQL, and PHP 5.
MIT License
101 stars 43 forks source link

Use PHP 7.1 #19

Closed darklow closed 7 years ago

darklow commented 7 years ago

Unfortunately not every koken feature work under PHP 7.1 or 7.0. Installation and main features work fine, but some minor doesn't. For example you cannot delete photos on PHP 7 (just nothing happens and photo stays undeleted and Trash is still 0), while on PHP 5 it works. Please close PR or let's wait when Koken is ready for PHP 7 and then PR can be merged.

waredsystems commented 7 years ago

Koken is ready for PHP7. Delete photos on PHP7 works ! You just need to install php7-xml (php-dom equivalent on PHP5)

MikeCostello commented 7 years ago

There is also the php7 branch docker build --rm -t koken/koken-lemp https://github.com/koken/docker-koken-lemp.git#php7