How may of you have PDO SQLite already installed?

Is SQLite (via PDO) already installed?

  • No

    Votes: 4 57.1%
  • Yes, but only version 2 or lower

    Votes: 0 0.0%
  • Yes, v3 and 2

    Votes: 3 42.9%

  • Total voters
    7

kblessinggr

PedoBeard
Sep 15, 2008
5,725
80
0
G.R., Michigan
www.kbeezie.com
Curious how many of you have the PDO library for SQLite 3 preinstalled with your host.

To find out in php you can save a file with the following in it

Code:
<?php
phpinfo(); 
?>

If the config string has --with-pdo-sqlite in it, or if you scroll down til you see something like this (with version 3 specified).

pdosqlite.png


Then you have it.
 


I created a custom build of Centos 5.3 about a month or two ago for our blade servers, and it included 3.3.6 by default.
 
I don't think you'll find many shared hosts with it installed. We use it on our vps nodes, because WebVZ requires it, but I don't think I've ever seen anyone ask about it.