If you've deployed an app based on PHP 5.3 and MySQL using PHP's mysqli, then you may have run into some issues because the mysqlnd driver for PHP is not installed. This is required for some mysqli features like get_result().
You may run into some of the following isseus:
Fatal error: Call to undefined method mysqli_stmt::get_result()
Fatal error: Call to undefined function mysqli_stmt_get_result()
Fatal error: Call to unefined method mysqli_result::fetch_all()