nuxsmin/sysPass

Debian 11 + php8 compatibility

yaniska22 opened this issue · 5 comments

Hello,

Since the app has not been updated for over a year now, does anyone knows if it's compatible with Debian 11 and the latest version of PHP?

I currently run a syspass server under a Debian 9 but i'd like to update it.

When i proceed to update it, the app doesnt work anymore.
Anyone encountered this issue ?
Thanks for your answer.

I can't tell your for sure but from what I've seen from our developers on another project there were some heavy changes from PHP 7.4 to 8.1 so I wouldn't bet on it working.

We're currently running it on Ubuntu 22.04 with PHP 7.4 installed from the PPA:
https://launchpad.net/~ondrej/+archive/ubuntu/php

We tried to run it with the container first because of the constraint to 7.4 but ran into some issues.
nuxsmin/docker-syspass#62

I've only seen that he is working on a refactor in another branch so I think he plans to support it at some point.

I agree that it isn't ideal to be running on an old PHP version.

Hello,

on my Testmachine (Ubuntu 22.04 with PHP 8.1.2) in run...

But to get it up to run, I had to adapt the lib/SP/Util/Checks.php file and change the checkPhpVersion() method,

I had added an account in Syspass without a problem.