I moved my project to a cloud hosting and now I have some problems with it. As I know, mysqli_stmt::get_result() works only with mysql native driver. Also, according to the documentation, it has to be added when PHP is compiled.
This is my phpinfo():
mysqli does not included in api extensions. My question is if it can be added somehow without recompiling PHP?