Posted by Oliver Grätz on 09/09/05 01:45
SQLite is available since PHP 4.3.x as a PECL extension. In PHP5 it is
included in the standard installation. With PHP 5.1 SQLite 3.x databases
are supported through PDO. All of these are PHP extensions and have to
be activated in the php.ini file. If your provider does not feature a
SQLite installation you can
- try installing a matching version of the sqlite.so (or .dll) extension
in your account and load it with dl() or PHP directives in a .htaccess
file.
- Use the command line SQLite client. This should be a pain in the a**
because you can't use any of the SQLite commands of PHP and it will
be VERY slow.
- Convice your provider to switch install the extension or (even better)
install PHP5. The german provider Strato shows that a provider can
feature PHP 4.0/4.3/5.0 in parallel...
- Switch the provider. PHP5 is out for over a year now!
Your provider doesn't feature it: Man, that's slow!
AllOLLi
Navigation:
[Reply to this message]
|