Skip to content

issue Number #51 : Resolved PHP 7.2 compatibility #54

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shital7mahajan
Copy link

There are a couple of minor PHP 7.2 incompatibilities in this project, both in gui/index.php:

ini_set('magic_quotes_sybase', 0); --> this directive has been removed. I guess it's safe also to disable it.
parse_str($_POST['options']); --> parse_str now requires the return parameter to be set. I searched across the code and couldn't find
Would it be ok to raise the PHP minimum version requirement? I can raise a PR if you want

@panvid
Copy link

panvid commented Sep 21, 2021

Does this PR will be merged and ticket solved?

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

Successfully merging this pull request may close these issues.

2 participants