View Single Post
  #6  
Old 05-13-2012, 08:09 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,291
it looks that pdo_sqlite is built in lsphp5 by default. so no need pdo_sqlite.so at all.

document:
http://www.php.net/manual/en/ref.pdo-sqlite.php
"The PDO_SQLITE PDO driver is enabled by default. To disable, --without-pdo-sqlite[=DIR] may be used"

put phpinfo.php under a folder, and access it. search "pdo_sqlite", it's there in a lsphp 5.3.10 build at my local test box.
"SQLite Library 3.7.7.1"
Reply With Quote