Just as an FYI: We will not be able to support you as this will be a custom install and may break future version or upgrades to Sentora and it's related web stack on your server.
If all you want to use it for is prepared statements, I suggest you use PDO (I now use this in all my projects) or native MySQLi (PDO is a bit better since it can be used on more databases, where as MySQLi is limited to MySQL servers only - depends on what you plan on using your script for - personal use on your own server or if you want to share it with the World.)
Just some 'food for thought'
If all you want to use it for is prepared statements, I suggest you use PDO (I now use this in all my projects) or native MySQLi (PDO is a bit better since it can be used on more databases, where as MySQLi is limited to MySQL servers only - depends on what you plan on using your script for - personal use on your own server or if you want to share it with the World.)
Just some 'food for thought'