php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45702 PDO_SQLITE need to be updated (REQUEST)
Submitted: 2008-08-03 15:19 UTC Modified: 2008-08-05 14:30 UTC
From: syncer at gmail dot com Assigned:
Status: Closed Package: PDO related
PHP Version: 5.3.0alpha1 OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: syncer at gmail dot com
New email:
PHP Version: OS:

 

 [2008-08-03 15:19 UTC] syncer at gmail dot com
Description:
------------
Hi,
 The PDO SQLite driver is forgoten and need to be updated to the 
current SQLite.

Here is some information about the dates and versions:
- SQLite PDO Driver version is: 3.1.3 released on 2006-05-01
- Bundled SQLite3 extension: 3.3.9 released on 2008-06-14
- The SQLite current release: 3.6.0 released on 2008-07-16

A lot of pepole were happy after releasing the PDO as a step forward 
to centralize the database connection, so the question is this 
dropping support for it, is it DEAD?

http://pecl.php.net/package/PDO_SQLITE
http://pecl.php.net/package/sqlite3
http://www.sqlite.org/

Cheers,
Mina


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-03 15:43 UTC] pajoye@php.net
sqlite3 bundled version uses 3.5.9. pdo-sqlite has modified to use ext/sqlite3 lib as well.

Give it a try using 5.3-CVS (or snaps.php.net)
 [2008-08-04 14:28 UTC] scottmac@php.net
http://sqlite.org/changes.html

3.6.0 is a beta release and we won't bundle that.
 [2008-08-05 14:30 UTC] syncer at gmail dot com
Okay, I will give it a try. Thanks
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 16:01:30 2025 UTC