[phpsqliteadmin] Re: phpsqlite login

> Maybe a thing like this would solve the problem:
>
> if (!extension_loaded('sqlite'))
> {
> dl('sqlite.' . (strstr(PHP_OS, 'WIN') ? 'dll' : 'so'))
> || die("Can't load SQLite module!\n");
> }

This should be caught already to be honest by the config checks script.
Strange that its not.

-- 
Richard Heyes


Other related posts: