php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34403 sqlite is outdated
Submitted: 2005-09-07 10:27 UTC Modified: 2005-09-07 17:12 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: svolli at svolli dot dynxs dot de Assigned: iliaa (profile)
Status: Closed Package: SQLite related
PHP Version: 5CVS-2005-09-07 OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: svolli at svolli dot dynxs dot de
New email:
PHP Version: OS:

 

 [2005-09-07 10:27 UTC] svolli at svolli dot dynxs dot de
Description:
------------
The bundled libsqlite is version 2.8.14, outdated (actual version is 2.8.16) and buggy. You can't run Senedipity (s9y) using it, it crashes inside the libsqlite running a complex nested select statement. Replacing the libsqlite with the actual version fixes this problem. So please update the library source.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-07 11:26 UTC] sniper@php.net
Ilia, fix! 

And for some reason there's this too:
sqlite.w32.h:#define SQLITE_VERSION         "2.8.11"

Under *nix it's 2.8.14 but in windows same sources are 2.8.11? :)



 [2005-09-07 17:12 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC