How could Drupal be made to work on a MySQL database without PDO being used?
I have a MySQL database and PHP 5.3 however PDO is permanently disabled (I cannot change it). Is there an extension or module I could use with Drupal so it doesn't need PDO?
Thanks in advance.
P.s. I am new to Drupal.