Skip to content
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

Script mysql.inc.php is not compatible with PHP 5 #83

Open
JirkaW opened this issue Nov 26, 2023 · 3 comments
Open

Script mysql.inc.php is not compatible with PHP 5 #83

JirkaW opened this issue Nov 26, 2023 · 3 comments

Comments

@JirkaW
Copy link

JirkaW commented Nov 26, 2023

Script adminer\drivers\mysql.inc.php uses null coalescing operator (??) on lines 1095 and 1101 (add in PHP 7.0).

@JirkaW JirkaW changed the title Script compile.php is not compatible with PHP 5 Script mysql.inc.php is not compatible with PHP 5 Nov 26, 2023
@LionelLaffineur
Copy link
Contributor

Hmm, it is getting more and more difficult to support so old version of PHP.
https://www.php.net/supported-versions.php
PHP 5.x is even not on the supported versions of PHP, even not in end of life.

@ldav1s
Copy link

ldav1s commented Dec 14, 2023

I see EOL dates at https://www.php.net/eol.php

The most recent date I see here for PHP 5.x is for 5.6.40 EOL on 31 Dec 2018 (or 10 Jan 2019), not quite 5 years ago.

I don't see any value continuing to support PHP 5.x. If someone wants that, they can always use adminer.

@Letme
Copy link

Letme commented Dec 14, 2023

I agree with dropped php5 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants