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

Things that got removed in PHP 7.0 #425

Open
bbannon opened this issue Oct 3, 2023 · 2 comments
Open

Things that got removed in PHP 7.0 #425

bbannon opened this issue Oct 3, 2023 · 2 comments

Comments

@bbannon
Copy link
Contributor

bbannon commented Oct 3, 2023

File includes/php4dbi.php, is calling functions that were removed from PHP 7.0

mysql_affected_rows
mysql_close
mysql_connect
mysql_error
mysql_escape_string
mysql_free_result
mysql_pconnect
mysql_fetch_array
mysql_real_escape_string
mysql_query
mysql_select_db

OCIFetchInto

I haven't tried to figure out replacements yet.

@s22-tech
Copy link

s22-tech commented Oct 4, 2023

It sounds like you entered "mysql" for your db_type in settings.php. If that's the case, once you change it to "mysqli", the proper functions will be called. That one bit me, as well.

The installer of this script really needs some work. It's not configured for non-programmers.

@bbannon
Copy link
Contributor Author

bbannon commented Oct 4, 2023 via email

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

2 participants