More bigger problem is with ioncube encoder. Files for php7.0 are only compatible with php5.6 and php7.1 files works only on php7.
Ioncube support told me they work on some new version of encoder which will create files compatible with all php5 and php7 versions. We can only hope they will release it soon. i can't imagine to craete separate files for every PHP version, this is impossible.
Mysql extention you can replace with mysqli which works in 99% cases same way. I already integrated it into our mysql class which itself start to use mysqli if mysql extention isn't availalbe in PHP.
|