|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-21 20:50 UTC] helly@php.net
[2005-09-23 04:13 UTC] firman@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 05:00:01 2025 UTC |
Description: ------------ A PDO::__construct() throwed an exception when I tried to open sqlite database, seem no driver for sqlite. My dsn is work fine in PHP 5.0.5. Reproduce code: --------------- <?php $dbh = new PDO('sqlite:D:/DB/SQLite/test.db3'); ?> Expected result: ---------------- $dbh is a PDO object. Actual result: -------------- Fatal error: Uncaught exception 'PDOException' with message 'could not find driver'