SQLite and SQLiteManager

I tried to run the SQLiteManager in order to test my SQLite installation on the server. But all I got was this: »The SQLite extension can’t be loaded.« This nice error message means that SQLite could not be found in the current PHP installation – I was running PHP4, which does not include SQLite ;-) I changed to PHP5 and everything runs smooth now!