Michael Keilhofer <[EMAIL PROTECTED]> writes: > It appears that the extension module for php 5 uses sqlite V2.8 and not V3. > > Does anyone know where there's a php extension for either php 4 or php 5 that > uses sqlite 3?
Try searching the php "whole site" for PDO, which supports sqlite3. If you find nothing, send a message to the php users' list for info on where to get PDO with sqlite3 functionality. Derrell