Re: Mysqli vs mysql
You need to change all functions to their mysqli variant. If not changed, later versions of specific software (PHP7+) will not work with this mysql connector..
I was solving this issue when migrating whole server under Semtix brand (https://semtix.cz/) and I can tell you it's a real problem - that's why I always suggest to use additional, abstract layer, so all the mysql functions are easy to change. Instead of changing thousands of lines of code, you change just the layer...
Petr Rozsypal | www.tixik.com
Subject
Written By
Posted
November 01, 2017 02:54PM
Re: Mysqli vs mysql
October 31, 2017 03:01AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.