Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

installer

medmen edited this page Nov 15, 2018 · 1 revision

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...

Clone this wiki locally