-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian 11 + php8 compatibility #1906
Comments
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: We tried to run it with the container first because of the constraint to 7.4 but ran into some issues. |
Hello,
Many thanks for your answer.
I ended up trying to install it before your reply but it didnt work out that well. I had a clear message saying that php 8 was not supported.
Do you know if they plan to support it ?
Im mostly concerned about security risks.
Dearly,
Yanis Kaced
------- Original Message -------
Le vendredi 16 juin 2023 à 08:55, Andreas Zweili ***@***.***> a écrit :
… 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](nuxsmin/docker-syspass#62)
—
Reply to this email directly, [view it on GitHub](#1906 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BANJS6SCGJO5VEOVEJHJWFDXLP7NZANCNFSM6AAAAAAY67TXZE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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. |
@haderlump22 What about long term use? Have you noticed any problems or unexpected behavior with this workaround? |
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.
The text was updated successfully, but these errors were encountered: