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
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: 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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC