php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #69287 Upgrade libsqlite.
Submitted: 2015-03-24 14:23 UTC Modified: -
From: alejosimon at gmail dot com Assigned:
Status: Closed Package: SQLite related
PHP Version: master-Git-2015-03-24 (Git) OS: Windows 7
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alejosimon at gmail dot com
New email:
PHP Version: OS:

 

 [2015-03-24 14:23 UTC] alejosimon at gmail dot com
Description:
------------
Hello!!! There is possibility to upgrade the bundled libsqlite to the latest version?

http://www.sqlite.org/changes.html

thanks!


Test script:
---------------
<?php

  $pdo = new PDO( 'sqlite::memory:' ) ;

  $res = $pdo->query( 'SELECT SQLITE_VERSION()' ) ;

  print_r( $res->fetchColumn() ) ;

?>


Expected result:
----------------
3.8.8.3 or latest.

Actual result:
--------------
3.8.7.2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-03-25 12:18 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=1b41dcf9c57b2fe5aecaf42412832d1739f44583
Log: Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3
 [2015-03-25 12:18 UTC] ab@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC