You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
replacing deprecated mysql by mysqli was not much of a problem.
Some functions had to be adjusted, as mysqli expects a connection object to work with.
What took me a few days was a broken function to run sql updates, these updates needed to be sorted by version number to run properly. The function to sort version numbers did not work in PHP7 - fortunately some research in php.net offers a native function that does exactly what is needed...