pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
867 stars 289 forks source link

[urgent] Php 7.1 support #1334

Closed cdujeu closed 7 years ago

cdujeu commented 7 years ago

Many forum threads point to issues when upgrading to php 7.1

drzhouq commented 7 years ago

It is true. It seems the most latest release work with php7.1 is pydio 6.54. And we have the issue of mcrypt_create_iv being depreciated. I changed that function call to use random_bytes and seems to work.

cdujeu commented 7 years ago

Should be fixed by https://github.com/pydio/pydio-core/commit/72cebac3bf11a6c868abd6c24d9a15704c8fe864 Can you try to apply the same changes in your install?

josh4trunks commented 7 years ago

72cebac worked for me after upgrading to PHP7.1 =]

transpine commented 7 years ago

72cebac Thank!!. Also worked for me. Php7.1. I added "$current = $this;' and changed some '$this' to '$current' as the fixes. When will it be released officially?