We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This app doesn't work on PHP 7. It needs to use the mysqli extension instead of just mysql, which is gone from PHP 7.
The latest Ubuntu release (16.04) doesn't have PHP 5 in the repositories at all. I had to compile mysql.so manually.
Everything else seems to work fine on PHP 7, all that needs to happen is a switch to mysqli.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This app doesn't work on PHP 7. It needs to use the mysqli extension instead of just mysql, which is gone from PHP 7.
The latest Ubuntu release (16.04) doesn't have PHP 5 in the repositories at all. I had to compile mysql.so manually.
Everything else seems to work fine on PHP 7, all that needs to happen is a switch to mysqli.
The text was updated successfully, but these errors were encountered: