|
[phpsqliteadmin]
||
[Date Prev]
[05-2004 Date Index]
[Date Next]
||
[Thread Prev]
[05-2004 Thread Index]
[Thread Next]
[phpsqliteadmin] Re: phpsqlite login
- From: "Richard Heyes" <richard@xxxxxxxxxxx>
- To: <phpsqliteadmin@xxxxxxxxxxxxx>
- Date: Sun, 16 May 2004 18:02:45 +0100
> 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
|