-
Notifications
You must be signed in to change notification settings - Fork 33
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
Provide up-to-date information about PHP and MySQL versions on official nodes #2364
Comments
On every node we have webpath /sys . There you can check PHP version (/sys/phpinfo), MySQL/MariaDB version (/Admin.DbUpdate) and PHP-apcu version (/src/Libs/Apc/apc.php). Of course it requies sysAdmin rights. OC PL code should be compatibile with PHP 7.4+, as declared in composer.json. OC PL has PHP 8.1.10 and MariaDB 10.6.9 PS: My favourite PHP8.1 feature is enum. :) |
Thanks, @deg. I still insist on include this information in some less ephemeral place than this issue :) |
OC RO has same versinos as US and NL. IMO disclosing versions running on a specific site/server is a security breach. A minimum requirement should be posted here on Github - project documentation and mirrored on www.opencaching.eu |
But... opencaching.ro publish PHP version in headers:
There is published minimum required version. See composer.json |
I suggest to include information about current PHP and MySQL versions for each official node using opencaching.pl code, somewhere here in github in easily accessible place, wiki maybe, and keep it up-to-date. The information should include a date of the last update for both PHP and MySQL. This would help creating code both compatible with each official node and making use of most recent versions of software.
The text was updated successfully, but these errors were encountered: