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

PHP 7 support #9

Open
skylarmt opened this issue Jun 14, 2016 · 0 comments
Open

PHP 7 support #9

skylarmt opened this issue Jun 14, 2016 · 0 comments

Comments

@skylarmt
Copy link

skylarmt commented Jun 14, 2016

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.

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

1 participant